提交 aee04d76 编写于 作者: M Michal Simek

microblaze: Fix number of pvr regs

Microblaze has only 11 pvr regs according manual.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 c8f77436
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define PVR_MSR_BIT 0x400 #define PVR_MSR_BIT 0x400
struct pvr_s { struct pvr_s {
unsigned pvr[16]; unsigned pvr[12];
}; };
/* The following taken from Xilinx's standalone BSP pvr.h */ /* The following taken from Xilinx's standalone BSP pvr.h */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册