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/ee668b86d7f6
branches:  trunk
changeset: 446582:ee668b86d7f6
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 ddfd5aaff280 -r ee668b86d7f6 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