Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 expose stuff that crash needs to ...



details:   https://anonhg.NetBSD.org/src/rev/10bc13cd44bf
branches:  trunk
changeset: 777348:10bc13cd44bf
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 16 02:27:11 2012 +0000

description:
expose stuff that crash needs to kmemuser

diffstat:

 sys/arch/arm/include/arm32/vmparam.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e14e708338dd -r 10bc13cd44bf sys/arch/arm/include/arm32/vmparam.h
--- a/sys/arch/arm/include/arm32/vmparam.h      Thu Feb 16 02:26:35 2012 +0000
+++ b/sys/arch/arm/include/arm32/vmparam.h      Thu Feb 16 02:27:11 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.25 2010/11/14 13:33:21 uebayasi Exp $    */
+/*     $NetBSD: vmparam.h,v 1.26 2012/02/16 02:27:11 christos Exp $    */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -38,7 +38,7 @@
 #ifndef _ARM_ARM32_VMPARAM_H_
 #define        _ARM_ARM32_VMPARAM_H_
 
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(_KMEMUSER)
 
 /*
  * Virtual Memory parameters common to all arm32 platforms.
@@ -98,6 +98,6 @@
 #endif
 #endif /* __ASSEMBLER__ */
 
-#endif /* _KERNEL */
+#endif /* _KERNEL || _KMEMUSER */
 
 #endif /* _ARM_ARM32_VMPARAM_H_ */



Home | Main Index | Thread Index | Old Index