]> git.proxmox.com Git - qemu.git/commit - target-sparc/cpu.h
Sparc: avoid AREG0 for softint op helpers and Leon cache control
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 1 Aug 2011 09:20:58 +0000 (09:20 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 26 Oct 2011 17:18:09 +0000 (17:18 +0000)
commit7922703623a989b59ce7f7b57a3c8ebe5c0f6b53
tree75d9b2f34c34b1854e3b9f0516f82253bf7a3960
parent063c367558dc4e811e0c10a64f49838acb108c38
Sparc: avoid AREG0 for softint op helpers and Leon cache control

Make softint op helpers and Leon cache irq manager take a parameter
for CPUState instead of relying on global env. Move the functions
to int{32,64}_helper.c.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/cpu.h
target-sparc/helper.h
target-sparc/int32_helper.c
target-sparc/int64_helper.c
target-sparc/op_helper.c
target-sparc/translate.c