cvs commit: src/sys/i386/i386 machdep.c

John Baldwin jhb at FreeBSD.org
Fri Oct 31 11:25:48 PST 2003


On 31-Oct-2003 Bruce Evans wrote:
> On Fri, 31 Oct 2003, John Baldwin wrote:
> 
>>
>> On 31-Oct-2003 John Baldwin wrote:
>> > jhb         2003/10/31 06:24:29 PST
>> >
>> >   FreeBSD src repository
>> >
>> >   Modified files:
>> >     sys/i386/i386        machdep.c
>> >   Log:
>> >   - Finish externing of r_idt in the f00f hack code.
>> >   - Miscellaneous style fixes in the f00f hack code and some nearby code.
>> >
>> >   Submitted by:   bde
> 
> Thanks.
> 
>> This might actually fix SMP on Pentium's since the AP's will not
>> point to the correct IDT without this fix.
> 
> Have the been any reports of it being broken?  We configure the f00f hack
> code on all PentiumIs (aka P5s) including ones without the f00f bug, so
> the r_idt bug probably breaks all SMP systems with such CPUs.

Actually, since this still used the global r_idt in the SMP case, I'm
not sure it was really broken.  However, to the best of my knowledge,
SMP currently doesn't owrk on PentiumI systems right now at least in
current and possibly in stable as well.

-- 

John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


More information about the cvs-src mailing list