Don't exclude code from rump kernel build.
This commit is contained in:
parent
a04aa610b7
commit
2b83cbec28
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user