forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/arm64/include/asm/xen/page.h
....@@ -1 +1,7 @@
11 #include <xen/arm/page.h>
2
+#include <asm/mmu.h>
3
+
4
+static inline bool xen_kernel_unmapped_at_usr(void)
5
+{
6
+ return arm64_kernel_unmapped_at_el0();
7
+}