Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch expose more for kmemuser
details: https://anonhg.NetBSD.org/src/rev/a6f678ebd336
branches: trunk
changeset: 777407:a6f678ebd336
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 17 16:44:34 2012 +0000
description:
expose more for kmemuser
diffstat:
sys/arch/acorn32/include/vmparam.h | 6 +++---
sys/arch/evbarm/include/vmparam.h | 6 +++---
sys/arch/hpcarm/include/vmparam.h | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (78 lines):
diff -r 685c3096e46c -r a6f678ebd336 sys/arch/acorn32/include/vmparam.h
--- a/sys/arch/acorn32/include/vmparam.h Fri Feb 17 16:26:51 2012 +0000
+++ b/sys/arch/acorn32/include/vmparam.h Fri Feb 17 16:44:34 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.22 2010/11/06 15:42:43 uebayasi Exp $ */
+/* $NetBSD: vmparam.h,v 1.23 2012/02/17 16:44:34 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(_KEMUSER)
#include <arm/arm32/vmparam.h>
@@ -88,6 +88,6 @@
#define VM_FREELIST_ISADMA 1
#define VM_FREELIST_RPCDMA 1
-#endif /* _KERNEL */
+#endif /* _KERNEL || _KMEMUSER */
#endif /* _ARM32_VMPARAM_H_ */
diff -r 685c3096e46c -r a6f678ebd336 sys/arch/evbarm/include/vmparam.h
--- a/sys/arch/evbarm/include/vmparam.h Fri Feb 17 16:26:51 2012 +0000
+++ b/sys/arch/evbarm/include/vmparam.h Fri Feb 17 16:44:34 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.26 2010/11/06 15:42:45 uebayasi Exp $ */
+/* $NetBSD: vmparam.h,v 1.27 2012/02/17 16:45:46 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>
@@ -90,6 +90,6 @@
#define VM_FREELIST_DEFAULT 0
#define VM_FREELIST_ISADMA 1
-#endif /* _KERNEL */
+#endif /* _KERNEL || _KMEMUSER */
#endif /* _ARM32_VMPARAM_H_ */
diff -r 685c3096e46c -r a6f678ebd336 sys/arch/hpcarm/include/vmparam.h
--- a/sys/arch/hpcarm/include/vmparam.h Fri Feb 17 16:26:51 2012 +0000
+++ b/sys/arch/hpcarm/include/vmparam.h Fri Feb 17 16:44:34 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.29 2010/11/06 15:42:45 uebayasi Exp $ */
+/* $NetBSD: vmparam.h,v 1.30 2012/02/17 16:46:46 christos Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -32,7 +32,7 @@
#ifndef _HPCARM_VMPARAM_H_
#define _HPCARM_VMPARAM_H_
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(_KMEMUSER)
#include <arm/arm32/vmparam.h>
@@ -86,6 +86,6 @@
#define VM_FREELIST_DEFAULT 0
#define VM_FREELIST_ISADMA 1
-#endif /* _KERNEL */
+#endif /* _KERNEL || _KMEMUSER */
#endif /* _HPCARM_VMPARAM_H_ */
Home |
Main Index |
Thread Index |
Old Index