diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-12-21 18:49:47 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-12-21 18:49:47 +0000 |
commit | 3de5604e2caf04b966d719c4930e572d83947d58 (patch) | |
tree | c1aeb7db60225be4dc46abdedca79764ecd969b6 /sys/arch/amd64/conf/GENERIC.MP | |
parent | 7731f3f93e4d9f387f756d9c9093394fd7636524 (diff) |
Change the way we include mpbios code to be similar to what we do on i386.
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC.MP')
-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 164926c6b8f..805c23c1ba1 100644 --- a/sys/arch/amd64/conf/GENERIC.MP +++ b/sys/arch/amd64/conf/GENERIC.MP @@ -1,9 +1,8 @@ -# $OpenBSD: GENERIC.MP,v 1.8 2007/01/27 22:48:01 kettenis Exp $ +# $OpenBSD: GENERIC.MP,v 1.9 2008/12/21 18:49:46 kettenis Exp $ include "arch/amd64/conf/GENERIC" option MULTIPROCESSOR -option MPBIOS cpu* at mainbus? ioapic* at mainbus? |