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 Don't exclude code from rump kernel build.
details: https://anonhg.NetBSD.org/src/rev/3e3c81accf0f
branches: trunk
changeset: 995196:3e3c81accf0f
user: alnsn <alnsn%NetBSD.org@localhost>
date: Tue Dec 11 19:38:42 2018 +0000
description:
Don't exclude code from rump kernel build.
diffstat:
sys/arch/arm/include/cpufunc.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r dceed39ebcba -r 3e3c81accf0f sys/arch/arm/include/cpufunc.h
--- a/sys/arch/arm/include/cpufunc.h Tue Dec 11 18:11:33 2018 +0000
+++ b/sys/arch/arm/include/cpufunc.h Tue Dec 11 19:38:42 2018 +0000
@@ -46,8 +46,6 @@
#ifdef _KERNEL
-#if !defined(_RUMPKERNEL)
-
#include <sys/types.h>
#include <arm/armreg.h>
@@ -415,8 +413,6 @@
extern uint32_t cpu_ttb;
-#endif /* _GRRRRUMP */
-
#endif /* _KERNEL */
#if defined(_KERNEL) || defined(_KMEMUSER)
Home |
Main Index |
Thread Index |
Old Index