Don't exclude code from rump kernel build.

This commit is contained in:
alnsn 2018-12-11 19:38:42 +00:00
parent a04aa610b7
commit 2b83cbec28

View File

@ -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)