diff options
author | 2004-09-22 08:48:56 +0000 | |
---|---|---|
committer | 2004-09-22 08:48:56 +0000 | |
commit | e9befcf77fc4f479b74d8047c53aac536233a82e (patch) | |
tree | b646c0910ddcd13ad6ef3a624e8c0800c1bbaf5f | |
parent | don't bother shrinking the pfd and index2peer arrays (diff) | |
download | wireguard-openbsd-e9befcf77fc4f479b74d8047c53aac536233a82e.tar.xz wireguard-openbsd-e9befcf77fc4f479b74d8047c53aac536233a82e.zip |
Remove unused option CPU.
ok deraadt@
-rw-r--r-- | sys/arch/i386/conf/GENERIC.MP | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC.MP b/sys/arch/i386/conf/GENERIC.MP index f280a7512cd..f74b1962669 100644 --- a/sys/arch/i386/conf/GENERIC.MP +++ b/sys/arch/i386/conf/GENERIC.MP @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.MP,v 1.3 2004/09/16 09:14:03 mickey Exp $ +# $OpenBSD: GENERIC.MP,v 1.4 2004/09/22 08:48:56 grange Exp $ # # GENERIC.MP - sample multiprocessor kernel # @@ -6,7 +6,6 @@ include "arch/i386/conf/GENERIC" option MULTIPROCESSOR # Multiple processor support -option CPU cpu* at mainbus? ioapic* at mainbus? |