summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-05-07 04:36:48 +0000
committerjmallett <jmallett@FreeBSD.org>2012-05-07 04:36:48 +0000
commite3d4e68217e11e23e42a56fe1cf45766bb3c5e13 (patch)
tree55869bcc6991ec3a1121e7bbb3580d2dd7e01810 /sys/mips/conf
parente79d08972f2bd9b33ceeb0ca93c41495ed2554ad (diff)
downloadFreeBSD-src-e3d4e68217e11e23e42a56fe1cf45766bb3c5e13.zip
FreeBSD-src-e3d4e68217e11e23e42a56fe1cf45766bb3c5e13.tar.gz
Add basic SMP support for GXemul. Ideally we would have some way to override
some of the IPI mechanisms used by the common MIPS SMP code so we could use the multicast IPI facilities, on GXemul as well as on several real hardware platforms, and the ability to have multiple hard IPI types.
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/GXEMUL3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/conf/GXEMUL b/sys/mips/conf/GXEMUL
index be6a9ae..ea58622 100644
--- a/sys/mips/conf/GXEMUL
+++ b/sys/mips/conf/GXEMUL
@@ -26,6 +26,9 @@ makeoptions MODULES_OVERRIDE=""
options DDB
options KDB
+# Make an SMP-capable kernel by default
+options SMP # Symmetric MultiProcessor Kernel
+
options SCHED_ULE
options INET # InterNETworking
options INET6 # IPv6 communications protocols
OpenPOWER on IntegriCloud