Re: correct mxcsr+mxcsr_mask handling (revised)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mark Kettenis
Date: Monday, December 27, 2010 - 9:20 am

> Date: Sun, 26 Dec 2010 21:57:21 -0800

Looks like you're fooled by another not-so-subtle difference between
i386 and amd64.  On amd64 the CPUs are spun up when they attach.  On
i386 that doesn't happen until we call cpu_boot_secondary_processors()
in main(), which is long after npx(4) attaches and npxinit() gets
called on the primary CPU.


I think that is actually what I'd prefer.


See my comment above.


Ok, done.


Right.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
correct mxcsr+mxcsr_mask handling (revised), Philip Guenther, (Sat Dec 25, 1:02 pm)
Re: correct mxcsr+mxcsr_mask handling (revised), Kenneth R Westerback, (Sun Dec 26, 7:06 am)
Re: correct mxcsr+mxcsr_mask handling (revised), Mark Kettenis, (Sun Dec 26, 8:24 am)
Re: correct mxcsr+mxcsr_mask handling (revised), Philip Guenther, (Sun Dec 26, 10:57 pm)
Re: correct mxcsr+mxcsr_mask handling (revised), Mark Kettenis, (Mon Dec 27, 9:20 am)
Re: correct mxcsr+mxcsr_mask handling (revised), Philip Guenther, (Mon Dec 27, 1:07 pm)
Re: correct mxcsr+mxcsr_mask handling (revised), Josh Elsasser, (Mon Dec 27, 3:05 pm)