From 4e5d45ae5756123b3b7000c8b0b3d3a9ea4737da Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Fri, 29 May 2015 16:31:58 +1000 Subject: target-microblaze: Convert use-fpu to a CPU property Originally the use-fpu PVR bits were manually set for each machine. This is a hassle and difficult to read, instead set them based on the CPU properties. Signed-off-by: Alistair Francis Reviewed-by: Peter Crosthwaite Signed-off-by: Edgar E. Iglesias --- target-microblaze/cpu-qom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-microblaze/cpu-qom.h') diff --git a/target-microblaze/cpu-qom.h b/target-microblaze/cpu-qom.h index dd04199096..a6474f9124 100644 --- a/target-microblaze/cpu-qom.h +++ b/target-microblaze/cpu-qom.h @@ -63,6 +63,7 @@ typedef struct MicroBlazeCPU { struct { bool stackprot; uint32_t base_vectors; + uint8_t usefpu; } cfg; CPUMBState env; -- cgit v1.2.1