Module Name: src
Committed By: alnsn
Date: Tue Dec 11 19:38:42 UTC 2018
Modified Files:
src/sys/arch/arm/include: cpufunc.h
Log Message:
Don't exclude code from rump kernel build.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/arm/include/cpufunc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/include/cpufunc.h
diff -u src/sys/arch/arm/include/cpufunc.h:1.81 src/sys/arch/arm/include/cpufunc.h:1.82
--- src/sys/arch/arm/include/cpufunc.h:1.81 Sat Oct 20 06:35:34 2018
+++ src/sys/arch/arm/include/cpufunc.h Tue Dec 11 19:38:42 2018
@@ -46,8 +46,6 @@
#ifdef _KERNEL
-#if !defined(_RUMPKERNEL)
-
#include <sys/types.h>
#include <arm/armreg.h>
@@ -415,8 +413,6 @@ extern struct arm_cache_info arm_scache;
extern uint32_t cpu_ttb;
-#endif /* _GRRRRUMP */
-
#endif /* _KERNEL */
#if defined(_KERNEL) || defined(_KMEMUSER)