diff options
author | jhb <jhb@FreeBSD.org> | 2003-11-03 22:49:19 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-11-03 22:49:19 +0000 |
commit | d426070135d731fce13d75639e8e649589bbb320 (patch) | |
tree | 3521693735833c9f5db5b1970175fdf99feae85d | |
parent | 967ae7515a917238edf6d5e2dd708c85bcea9aa1 (diff) | |
download | FreeBSD-src-d426070135d731fce13d75639e8e649589bbb320.zip FreeBSD-src-d426070135d731fce13d75639e8e649589bbb320.tar.gz |
Remove references to SMP and APIC_IO since GENERIC (which this file
includes) already has those enabled by default.
-rw-r--r-- | sys/i386/conf/PAE | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index eeaab5f..f97cc50 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -10,10 +10,6 @@ ident PAE-GENERIC # To make a PAE kernel, the next option is needed options PAE # Physical Address Extensions Kernel -# To make an SMP kernel, the next two are needed -#options SMP # Symmetric MultiProcessor Kernel -#options APIC_IO # Symmetric (APIC) I/O - # Compile acpi in statically since the module isn't built properly. Most # machines which support large amounts of memory require acpi. device acpi |