SMP private storage..

2001-08-24 Thread Julian Elischer
If we are not going to use separate VM mapping s to keep the per-cpu information separate any more, then can we remove the support for it from the kernel? examples: i386/i386/locore.s #ifdef SMP /* * Define layout of per-cpu address space. * This is constructed in locore.s on the BSP and in

Re: SMP private storage..

2001-08-24 Thread Peter Wemm
Julian Elischer wrote: If we are not going to use separate VM mapping s to keep the per-cpu information separate any more, then can we remove the support for it from the kernel? No, this is still very much used. I really want to fix this and will try and take a shot over the weekend.