A real 970FX has more icache, so we should reflect that.
Signed-off-by: Alexander Graf agraf@suse.de --- arch/ppc/qemu/init.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/ppc/qemu/init.c b/arch/ppc/qemu/init.c index 5ae39cc..07fbd30 100644 --- a/arch/ppc/qemu/init.c +++ b/arch/ppc/qemu/init.c @@ -416,7 +416,7 @@ static const struct cpudef ppc_defs[] = { { // XXX find out real values .iu_version = 0x003C0000, .name = "PowerPC,970FX", - .icache_size = 0x8000, + .icache_size = 0x10000, .dcache_size = 0x8000, .icache_sets = 0x80, .dcache_sets = 0x80,