On Tue, Oct 25, 2011 at 21:40, Richard Henderson <r...@twiddle.net> wrote: > On 10/25/2011 02:14 PM, Blue Swirl wrote: >> 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. >> >> Signed-off-by: Blue Swirl <blauwir...@gmail.com> >> --- >> target-sparc/cpu.h | 31 +++++++++++--- >> target-sparc/helper.h | 6 +- >> target-sparc/int32_helper.c | 47 +++++++++++++++++++++- >> target-sparc/int64_helper.c | 40 ++++++++++++++++++ >> target-sparc/op_helper.c | 94 >> ------------------------------------------- >> target-sparc/translate.c | 6 +- >> 6 files changed, 117 insertions(+), 107 deletions(-) > > Reviewed-by: Richard Henderson <r...@twiddle.net>
Thanks for the review, applied all.