Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2010 18:38:36 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r214516 - head/sys/conf
Message-ID:  <201010291838.o9TIcaGd049152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Fri Oct 29 18:38:36 2010
New Revision: 214516
URL: http://svn.freebsd.org/changeset/base/214516

Log:
  Merging mptable under x86 left this option undefined for amd64 case.
  Fix that.
  
  Sponsored by:	Sandvine Incorporated
  Reported by:	jkim

Modified:
  head/sys/conf/options.amd64

Modified: head/sys/conf/options.amd64
==============================================================================
--- head/sys/conf/options.amd64	Fri Oct 29 18:33:43 2010	(r214515)
+++ head/sys/conf/options.amd64	Fri Oct 29 18:38:36 2010	(r214516)
@@ -8,6 +8,7 @@ COUNT_IPIS		opt_smp.h
 MAXMEM
 PERFMON
 PMAP_SHPGPERPROC	opt_pmap.h
+MPTABLE_FORCE_HTT
 MP_WATCHDOG
 
 # Options for emulators.  These should only be used at config time, so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010291838.o9TIcaGd049152>