Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpkern/opt Define some options (although ...



details:   https://anonhg.NetBSD.org/src/rev/fc4f0a0d4ff6
branches:  trunk
changeset: 754032:fc4f0a0d4ff6
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Apr 17 13:02:34 2010 +0000

description:
Define some options (although they're currently unused due to how
_KERNEL_OPT (doesn't) work.  but be stubborn and define them anyway).

diffstat:

 sys/rump/librump/rumpkern/opt/opt_modular.h        |  4 +++-
 sys/rump/librump/rumpkern/opt/opt_multiprocessor.h |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r faea812829bc -r fc4f0a0d4ff6 sys/rump/librump/rumpkern/opt/opt_modular.h
--- a/sys/rump/librump/rumpkern/opt/opt_modular.h       Sat Apr 17 12:57:37 2010 +0000
+++ b/sys/rump/librump/rumpkern/opt/opt_modular.h       Sat Apr 17 13:02:34 2010 +0000
@@ -1,1 +1,3 @@
-/*     $NetBSD: opt_modular.h,v 1.1 2008/05/04 12:52:58 ad Exp $       */
+/*     $NetBSD: opt_modular.h,v 1.2 2010/04/17 13:02:34 pooka Exp $    */
+
+#define MODULAR 1
diff -r faea812829bc -r fc4f0a0d4ff6 sys/rump/librump/rumpkern/opt/opt_multiprocessor.h
--- a/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h        Sat Apr 17 12:57:37 2010 +0000
+++ b/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h        Sat Apr 17 13:02:34 2010 +0000
@@ -1,1 +1,3 @@
-/*     $NetBSD: opt_multiprocessor.h,v 1.1 2007/08/08 09:06:13 pooka Exp $     */
+/*     $NetBSD: opt_multiprocessor.h,v 1.2 2010/04/17 13:02:34 pooka Exp $     */
+
+#define MULTIPROCESSOR 1



Home | Main Index | Thread Index | Old Index