Re: [Qemu-devel] [PATCH v2] SPARC: Fix Leon3 cache control

2011-02-01 Thread Blue Swirl
Thanks, applied. On Mon, Jan 31, 2011 at 10:36 AM, Fabien Chouteau wrote: > The "leon3_cache_control_int" (op_helper.c) function is called within leon3.c > which leads to segfault error with the global "env". > > Now cache control is a CPU feature and everything is handled in op_helper.c. > > Sig

[Qemu-devel] [PATCH v2] SPARC: Fix Leon3 cache control

2011-01-31 Thread Fabien Chouteau
The "leon3_cache_control_int" (op_helper.c) function is called within leon3.c which leads to segfault error with the global "env". Now cache control is a CPU feature and everything is handled in op_helper.c. Signed-off-by: Fabien Chouteau --- hw/leon3.c |5 ++--- target-sparc/