]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/include/asm/global_data.h
armv8: New MMU setup code allowing to use 48+ bits PA/VA
[people/ms/u-boot.git] / arch / arm / include / asm / global_data.h
index bd27281e79a60ff80bb735f832b488809e6fda50..dcfa0985b5b2705df07c1b4ed5e7a26ec086877f 100644 (file)
@@ -38,6 +38,9 @@ struct arch_global_data {
        unsigned long long timer_reset_value;
 #if !(defined(CONFIG_SYS_ICACHE_OFF) && defined(CONFIG_SYS_DCACHE_OFF))
        unsigned long tlb_addr;
+#if defined(CONFIG_SYS_FULL_VA)
+       unsigned long pmd_addr[CONFIG_SYS_PTL1_ENTRIES];
+#endif
        unsigned long tlb_size;
 #endif