Date: Tue, 9 Nov 2010 17:03:20 -0500 From: John Baldwin <jhb@freebsd.org> To: Attilio Rao <attilio@freebsd.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r215059 - in stable/8/sys: amd64/amd64 conf i386/i386 x86/x86 Message-ID: <201011091703.20965.jhb@freebsd.org> In-Reply-To: <201011092118.oA9LIWqR046797@svn.freebsd.org> References: <201011092118.oA9LIWqR046797@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011091703.20965.jhb>