aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/cpu.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>2017-06-20 13:13:26 +0200
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>2017-07-04 09:22:20 +0200
commit5683750909fb407261b5ad00fed4ad9460ab6845 (patch)
tree5bd8ed33539988cc54bfe2c48dde46de3120812b /target/microblaze/cpu.h
parent9b9643181a2324f4ecefd39367fd83be2ba837d6 (diff)
target-microblaze: Introduce a use-msr-instr property
Introduce a use-msr-instr property making msr instructions optional. Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'target/microblaze/cpu.h')
-rw-r--r--target/microblaze/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h
index e202229c08..5c960d01d3 100644
--- a/target/microblaze/cpu.h
+++ b/target/microblaze/cpu.h
@@ -301,6 +301,7 @@ struct MicroBlazeCPU {
uint8_t use_hw_mul;
bool use_barrel;
bool use_div;
+ bool use_msr_instr;
bool use_mmu;
bool dcache_writeback;
bool endi;