Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/zaurus/include expose more for kmemuser
details: https://anonhg.NetBSD.org/src/rev/a4f97b936715
branches: trunk
changeset: 777433:a4f97b936715
user: christos <christos%NetBSD.org@localhost>
date: Sat Feb 18 16:23:13 2012 +0000
description:
expose more for kmemuser
diffstat:
sys/arch/zaurus/include/vmparam.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 7fa5d4198f3e -r a4f97b936715 sys/arch/zaurus/include/vmparam.h
--- a/sys/arch/zaurus/include/vmparam.h Sat Feb 18 16:05:21 2012 +0000
+++ b/sys/arch/zaurus/include/vmparam.h Sat Feb 18 16:23:13 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.3 2010/11/06 15:42:50 uebayasi Exp $ */
+/* $NetBSD: vmparam.h,v 1.4 2012/02/18 16:23:13 christos Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -32,7 +32,7 @@
#ifndef _ZAURUS_VMPARAM_H_
#define _ZAURUS_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 /* _ZAURUS_VMPARAM_H_ */
Home |
Main Index |
Thread Index |
Old Index