summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-30 11:31:58 +0000
committerobrien <obrien@FreeBSD.org>2002-12-30 11:31:58 +0000
commitc4a95ddf2941fe807dbb07a186599551481c7096 (patch)
tree8b69240ffbbbbed8ea8c523fd3c9cb943272b0c7 /sys/i386/conf
parentec82053375cccb648b728e6b5bb4b19ceb7c7567 (diff)
downloadFreeBSD-src-c4a95ddf2941fe807dbb07a186599551481c7096.zip
FreeBSD-src-c4a95ddf2941fe807dbb07a186599551481c7096.tar.gz
Using our new wonderful include directive, save our x86 SMP users from
having to edit GENERIC to build a useful kernel. This also opens the possibility of including an SMP kernel in the release.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/SMP10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/i386/conf/SMP b/sys/i386/conf/SMP
new file mode 100644
index 0000000..990f944
--- /dev/null
+++ b/sys/i386/conf/SMP
@@ -0,0 +1,10 @@
+#
+# SMP -- Generic kernel configuration file for FreeBSD/i386 SMP
+#
+# $FreeBSD$
+
+include GENERIC
+
+# To make an SMP kernel, the next two are needed
+options SMP # Symmetric MultiProcessor Kernel
+options APIC_IO # Symmetric (APIC) I/O
OpenPOWER on IntegriCloud