diff options
author | Edgar E. Iglesias <edgar.iglesias@petalogix.com> | 2011-08-25 16:41:19 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-08-25 22:44:25 +0200 |
commit | 8a84fc6bf7cd9de567a13ced6cd4f481274f006d (patch) | |
tree | a2ab04fddb4df57bff4185249c352c720b922cd8 /target-microblaze/cpu.h | |
parent | 97b833c5df820acc5c7b3e63c84059857c115c45 (diff) | |
download | qemu-8a84fc6bf7cd9de567a13ced6cd4f481274f006d.tar.gz qemu-8a84fc6bf7cd9de567a13ced6cd4f481274f006d.tar.bz2 qemu-8a84fc6bf7cd9de567a13ced6cd4f481274f006d.zip |
microblaze: Add an MSR_PVR constant and use it.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@petalogix.com>
Diffstat (limited to 'target-microblaze/cpu.h')
-rw-r--r-- | target-microblaze/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index a81da629de..35302863cb 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -65,6 +65,7 @@ struct CPUMBState; #define MSR_DCE (1<<7) /* 0x080 */ #define MSR_EE (1<<8) /* 0x100 */ #define MSR_EIP (1<<9) /* 0x200 */ +#define MSR_PVR (1<<10) /* 0x400 */ #define MSR_CC (1<<31) /* Machine State Register (MSR) Fields */ |