]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/powerpc/mm/stab.c
Merge branch 'fix/hda' into for-linus
[mv-sheeva.git] / arch / powerpc / mm / stab.c
index ab5fb48b3e90ae07723ca9b3ead715d443c02fb2..687fddaa24c564fb19491b146525ba2ffc58ac67 100644 (file)
@@ -31,7 +31,7 @@ struct stab_entry {
 
 #define NR_STAB_CACHE_ENTRIES 8
 static DEFINE_PER_CPU(long, stab_cache_ptr);
-static DEFINE_PER_CPU(long, stab_cache[NR_STAB_CACHE_ENTRIES]);
+static DEFINE_PER_CPU(long [NR_STAB_CACHE_ENTRIES], stab_cache);
 
 /*
  * Create a segment table entry for the given esid/vsid pair.