Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/shark/include expose more to kmemuser



details:   https://anonhg.NetBSD.org/src/rev/f3391b2ec21c
branches:  trunk
changeset: 777405:f3391b2ec21c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 17 16:01:41 2012 +0000

description:
expose more to kmemuser

diffstat:

 sys/arch/shark/include/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a8c184115288 -r f3391b2ec21c sys/arch/shark/include/vmparam.h
--- a/sys/arch/shark/include/vmparam.h  Fri Feb 17 12:24:13 2012 +0000
+++ b/sys/arch/shark/include/vmparam.h  Fri Feb 17 16:01:41 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.17 2010/11/06 15:42:49 uebayasi Exp $    */
+/*     $NetBSD: vmparam.h,v 1.18 2012/02/17 16:01:41 christos Exp $    */
 
 /*
  * Copyright (c) 1988 The Regents of the University of California.
@@ -32,7 +32,7 @@
 #ifndef        _ARM32_VMPARAM_H_
 #define        _ARM32_VMPARAM_H_
 
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(_KMEMUSER)
 
 #include <arm/arm32/vmparam.h>
 



Home | Main Index | Thread Index | Old Index