]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/include/asm/global_data.h
armv8: Add tlb_allocated to arch global data
[people/ms/u-boot.git] / arch / arm / include / asm / global_data.h
index 2d76cd477d497b3cd2121ef640bc10b1315c845d..10550174df4bddc9f73e32ea89e8fd66e49f9d78 100644 (file)
@@ -57,6 +57,7 @@ struct arch_global_data {
         *             0x2 maintained
         */
        phys_addr_t secure_ram;
+       unsigned long tlb_allocated;
 #endif
 
 #ifdef CONFIG_OMAP_COMMON