Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/include/cpu-v6.h
- This file was added.
| #ifdef __arm__ | |||||
| #include <arm/cpu-v6.h> | |||||
andrew: Do we need this file? On arm it's only usable by the kernel. | |||||
Done Inline ActionsIt's included by <machine/cpu.h>, which in turn is included by <sys/proc.h>. karels: It's included by <machine/cpu.h>, which in turn is included by <sys/proc.h>. | |||||
| #else /* !__arm__ */ | |||||
| #error Do not include this header, used only for 32-bit compatibility | |||||
| #endif /* !__arm__ */ | |||||
Do we need this file? On arm it's only usable by the kernel.