diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-22 08:48:57 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-22 08:48:57 +0000 |
commit | 8661a1308634104f4bb4bcef3c2eeef1a6c7a9e0 (patch) | |
tree | 5357b8dc990e1df6ddef0d4fc123cbfd403212e6 /sys/arch/i386 | |
parent | 50fa47329f237cc1820ec4f20ba23a675ba58418 (diff) |
Remove unused option CPU.
ok deraadt@
Diffstat (limited to 'sys/arch/i386')
-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? |