svn commit: r215059 - in stable/8/sys: amd64/amd64 conf i386/i386 x86/x86

John Baldwin jhb at freebsd.org
Tue Nov 9 22:03:25 UTC 2010


On Tuesday, November 09, 2010 4:18:32 pm Attilio Rao wrote:
> Author: attilio
> Date: Tue Nov  9 21:18:32 2010
> New Revision: 215059
> URL: http://svn.freebsd.org/changeset/base/215059
> 
> Log:
>   MFC r214446, r214516:
>   Move mptable support to x86/ subtree.
>   
>   Sponsored by:	Sandvine Incorporated

You need to fix the SYSINIT that registers the MP Table APIC enumerator for 
amd64 to use SI_SUB_TUNABLES - 1 instead of SI_SUB_CPU - 1.  It should stay at 
SI_SUB_CPU - 1 for i386.

-- 
John Baldwin


More information about the svn-src-all mailing list