qemu-e2k/target-ppc
Meador Inge a5cabbda76 target-ppc: Init dcache and icache size for e500 user mode
commit f7aa558396 pulled the dcache and icache
line size initialization inside of a '#if !defined(CONFIG_USER_ONLY)' block.
This is not correct because instructions like 'dcbz' need the dcache size
initialized even for user mode.

Signed-off-by: Meador Inge <meadori@codesourcery.com>
Cc: Varun Sethi <Varun.Sethi@freescale.com>
[AF: Simplify #ifdefs by using cache line size 32 for *-user as before]
Suggested-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2012-04-15 18:09:04 +02:00
..
cpu-qom.h target-ppc: QOM'ify CPU 2012-04-15 17:10:30 +02:00
cpu.h target-ppc: QOM'ify CPU 2012-04-15 17:10:30 +02:00
helper_regs.h Replace always_inline with inline 2009-08-16 09:06:54 +00:00
helper.c target-ppc: QOM'ify CPU reset 2012-04-15 17:12:09 +02:00
helper.h PPC: E500: Implement msgsnd 2012-02-02 02:47:47 +01:00
kvm_ppc.c Replace Qemu by QEMU in comments 2012-04-07 14:00:45 +00:00
kvm_ppc.h target-ppc: Add hooks for handling tcg and kvm limitations 2012-04-15 17:09:54 +02:00
kvm.c target-ppc: Add hooks for handling tcg and kvm limitations 2012-04-15 17:09:54 +02:00
machine.c target-ppc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
mfrom_table_gen.c fix spelling in target sub directory 2011-12-02 10:50:57 +00:00
mfrom_table.c find -type f | xargs sed -i 's/[\t ]$//g' # on most files 2007-09-16 21:08:06 +00:00
op_helper.c Use uintptr_t for various op related functions 2012-04-14 14:23:37 +00:00
STATUS Fix typos in comments (chek -> check) 2011-05-22 22:31:45 +01:00
translate_init.c target-ppc: Init dcache and icache size for e500 user mode 2012-04-15 18:09:04 +02:00
translate.c target-ppc: QOM'ify CPU reset 2012-04-15 17:12:09 +02:00