Re: [XenPPC] [PATCH/RFC] Handshake with secondary processors

2006-08-10 Thread Jimi Xenidis
Good, lets take it a little further. I know you are are building on my original good enuff loop but lets go all the way here. On Aug 9, 2006, at 11:12 PM, Amos Waterland wrote: diff -r 058f2e27476d xen/arch/powerpc/boot_of.c --- a/xen/arch/powerpc/boot_of.cMon Aug 07 17:49:16 2006

[XenPPC] [PATCH/RFC] Handshake with secondary processors

2006-08-09 Thread Amos Waterland
This is a rough first cut at handshaking with the secondary processors. Once we get this right, they will wait on a shared variable, build a stack, and start running C code proper. I am posting this now because I want to make sure we get the register flushes and memory barriers correct. Any