diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-03 21:21:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-03 21:21:34 +0000 |
commit | 2a1dbae779144e573ece4e58b7b150553c6fba43 (patch) | |
tree | 11365aa0c886f4f57d4f57ef09f109b81515dfc6 | |
parent | d5c190f8b0fe8d0045435430929f856771cfd63f (diff) |
Config file for MULTIPROCESSOR kernel.
-rw-r--r-- | sys/arch/macppc/conf/GENERIC.MP | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/macppc/conf/GENERIC.MP b/sys/arch/macppc/conf/GENERIC.MP new file mode 100644 index 00000000000..5e351e82bf5 --- /dev/null +++ b/sys/arch/macppc/conf/GENERIC.MP @@ -0,0 +1,8 @@ +# $OpenBSD: GENERIC.MP,v 1.1 2007/05/03 21:21:33 kettenis Exp $ + +include "arch/macppc/conf/GENERIC" + +option MULTIPROCESSOR +#option MP_LOCKDEBUG + +cpu* at mainbus? |