Module Name:    src
Committed By:   pooka
Date:           Sat Apr 17 13:02:34 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpkern/opt: opt_modular.h opt_multiprocessor.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpkern/opt/opt_modular.h \
    src/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/opt/opt_modular.h
diff -u src/sys/rump/librump/rumpkern/opt/opt_modular.h:1.1 src/sys/rump/librump/rumpkern/opt/opt_modular.h:1.2
--- src/sys/rump/librump/rumpkern/opt/opt_modular.h:1.1	Sun May  4 12:52:58 2008
+++ src/sys/rump/librump/rumpkern/opt/opt_modular.h	Sat Apr 17 13:02:34 2010
@@ -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
Index: src/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h
diff -u src/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h:1.1 src/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h:1.2
--- src/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h:1.1	Wed Aug  8 09:06:13 2007
+++ src/sys/rump/librump/rumpkern/opt/opt_multiprocessor.h	Sat Apr 17 13:02:34 2010
@@ -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

Reply via email to