]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/arm/data.s
xnu-6153.81.5.tar.gz
[apple/xnu.git] / osfmk / arm / data.s
index 917e68c2f5ad54e9f4b88c0f8314cc27ebc537ad..b7e66378a76572abc3a4526b08c472819e2bf227 100644 (file)
@@ -106,14 +106,14 @@ LEXT(vfptrash_data)
 #if __arm64__
         .section __DATA, __const
 
-#if defined(KERNEL_INTEGRITY_KTRR)
+#if defined(KERNEL_INTEGRITY_KTRR) || defined(KERNEL_INTEGRITY_CTRR)
 /* reserve space for read only page tables */
         .align 14
 LEXT(ropagetable_begin)
         .space 14*16*1024,0
 #else
 LEXT(ropagetable_begin)
-#endif /* defined(KERNEL_INTEGRITY_KTRR)*/
+#endif /* defined(KERNEL_INTEGRITY_KTRR) || defined(KERNEL_INTEGRITY_CTRR) */
 
 LEXT(ropagetable_end)