Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/include/pte-v6.h
- This file was added.
| #ifdef __arm__ | |||||
| #include <arm/pte-v6.h> | |||||
andrew: Is this file used by userspace? | |||||
Done Inline Actionsyes, it is directly included from libkvm. karels: yes, it is directly included from libkvm. | |||||
| #else /* !__arm__ */ | |||||
| #error Do not include this header, used only for 32-bit compatibility | |||||
| #endif /* !__arm__ */ | |||||
Not Done Inline Actions? jrtc27: ? | |||||
Not Done Inline Actionsarm/pmap_var.h includes this, along with cpu-v6.h imp: arm/pmap_var.h includes this, along with cpu-v6.h
| |||||
Is this file used by userspace?