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

Nate Lawson nate at root.org
Thu Nov 20 15:30:46 PST 2003


On Thu, 20 Nov 2003, Marcel Moolenaar wrote:
>   Modified files:
>     sys/ia64/ia64        machdep.c
>   Log:
>   Set the ACPI processor Id in the PCPU structure so that CPU idling
>   on SMP systems has a chance of working. This was a loose end of the
>   implementation of the ACPI Cx idle states. Since our logical CPU Id
>   is the ACPI processor Id, we do not need to jump through hoops to
>   obtain it.
>
>   Approved: re@ (jhb)
>
>   Revision  Changes    Path
>   1.172     +1 -1      src/sys/ia64/ia64/machdep.c

Thanks!  On i386, mp_machdep.c handles SMP and machdep.c is the non-SMP
case, hence my confusion.

-Nate


More information about the cvs-src mailing list