Skip to content

Commit

Permalink
microblaze: Fix number of pvr regs
Browse files Browse the repository at this point in the history
Microblaze has only 11 pvr regs according manual.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent c8f7743 commit aee04d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/include/asm/pvr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit aee04d7

Please sign in to comment.