diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-10 00:02:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-10 00:02:10 +0000 |
commit | 5f42a25d75da60714ac574d155927a71f5146c3b (patch) | |
tree | ab2333503575f45694de731c997db3dd045d4aa6 /sys/arch/sparc64/conf/GENERIC.MP | |
parent | f09b80b8041b6dc0d6ea840aa88fe0235bef0282 (diff) |
Add cmp(4), a dummy driver to make attaching CMT cpus easier.
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC.MP')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC.MP | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC.MP b/sys/arch/sparc64/conf/GENERIC.MP index da7d6b4075a..d0ce3793311 100644 --- a/sys/arch/sparc64/conf/GENERIC.MP +++ b/sys/arch/sparc64/conf/GENERIC.MP @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.MP,v 1.1 2007/10/17 21:31:13 kettenis Exp $ +# $OpenBSD: GENERIC.MP,v 1.2 2008/06/10 00:02:09 kettenis Exp $ include "arch/sparc64/conf/GENERIC" @@ -6,3 +6,4 @@ option MULTIPROCESSOR #option MP_LOCKDEBUG cpu* at mainbus? +cpu* at cmp? |