Commit aee04d76 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Fix number of pvr regs



Microblaze has only 11 pvr regs according manual.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent c8f77436
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */