diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-22 22:10:33 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-22 22:10:33 +0000 |
commit | fd88652636c08d2a788e844a893158fa5e01b70e (patch) | |
tree | 12cc9c8bf76296472e98f987b00a5f09ccde6541 /sys/arch | |
parent | 0b0993ba8e0c2156a6702f266c24ebff8ba1e3f3 (diff) |
Remove option CPU hack, no changes in .o files.
ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC.MP | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC.MP b/sys/arch/amd64/conf/GENERIC.MP index 4e369781096..e0c0994aa47 100644 --- a/sys/arch/amd64/conf/GENERIC.MP +++ b/sys/arch/amd64/conf/GENERIC.MP @@ -1,10 +1,9 @@ -# $OpenBSD: GENERIC.MP,v 1.4 2004/09/25 05:30:39 grange Exp $ +# $OpenBSD: GENERIC.MP,v 1.5 2004/10/22 22:10:32 grange Exp $ include "arch/amd64/conf/GENERIC" option MULTIPROCESSOR option MPBIOS -option CPU cpu* at mainbus? ioapic* at mainbus? |