From 8c0b6eaff16cbdca7a098a8f3ee734ca5fd9f9b6 Mon Sep 17 00:00:00 2001 From: Attilio Rao Date: Fri, 29 Oct 2010 18:38:36 +0000 Subject: [PATCH] Merging mptable under x86 left this option undefined for amd64 case. Fix that. Sponsored by: Sandvine Incorporated Reported by: jkim --- sys/conf/options.amd64 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64 index 78660e2e6d2..1bb60fed79a 100644 --- a/sys/conf/options.amd64 +++ b/sys/conf/options.amd64 @@ -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