|
@@ -1109,6 +1109,10 @@ static inline bool arch_has_pfn_modify_check(void)
|
|
# define PAGE_KERNEL_RO PAGE_KERNEL
|
|
# define PAGE_KERNEL_RO PAGE_KERNEL
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifndef PAGE_KERNEL_EXEC
|
|
|
|
+# define PAGE_KERNEL_EXEC PAGE_KERNEL
|
|
|
|
+#endif
|
|
|
|
+
|
|
#endif /* !__ASSEMBLY__ */
|
|
#endif /* !__ASSEMBLY__ */
|
|
|
|
|
|
#ifndef io_remap_pfn_range
|
|
#ifndef io_remap_pfn_range
|