]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-ppc/global_data.h
ppc/85xx: Add tracking of TLB CAM usage
[people/ms/u-boot.git] / include / asm-ppc / global_data.h
index 55e7e2066d8e69cce2b082ab71cc50b48c8586e8..3f119187464fc0696596c9022cfd46c0d81654ea 100644 (file)
@@ -107,6 +107,9 @@ typedef     struct  global_data {
 #if defined(CONFIG_FSL_LAW)
        u32 used_laws;
 #endif
+#if defined(CONFIG_E500)
+       u32 used_tlb_cams[(CONFIG_SYS_NUM_TLBCAMS+31)/32];
+#endif
 #if defined(CONFIG_MPC5xxx)
        unsigned long   ipb_clk;
        unsigned long   pci_clk;