]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/ppc64/mm/stab.c
[PATCH] ppc64: pgtable.h and other header cleanups
[karo-tx-linux.git] / arch / ppc64 / mm / stab.c
index 31491131d5e4ace3cdd06f2a350ddbf31780a608..df4bbe14153c9af9200368add9a0c48999096242 100644 (file)
 #include <asm/paca.h>
 #include <asm/cputable.h>
 
+struct stab_entry {
+       unsigned long esid_data;
+       unsigned long vsid_data;
+};
+
 /* Both the segment table and SLB code uses the following cache */
 #define NR_STAB_CACHE_ENTRIES 8
 DEFINE_PER_CPU(long, stab_cache_ptr);