]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/microblaze/include/asm/pvr.h
microblaze: Fix number of pvr regs
[mv-sheeva.git] / arch / microblaze / include / asm / pvr.h
index e38abc7714b60bff43f11b2c52e5401cfd3e8db5..9578666e98baff8f3051a694101d07bb0732eb39 100644 (file)
@@ -16,7 +16,7 @@
 #define PVR_MSR_BIT 0x400
 
 struct pvr_s {
-       unsigned pvr[16];
+       unsigned pvr[12];
 };
 
 /* The following taken from Xilinx's standalone BSP pvr.h */