Sparc: split helper.c
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 11 Sep 2011 09:33:40 +0000 (09:33 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 23 Oct 2011 15:07:52 +0000 (15:07 +0000)
commit37f64dc55cc61f6aefe4b0bc3395c341bbf6159e
tree0c7057376eb14ede160a21c11a732da33e82bb45
parent2fb14baa8bb91c62ba2b300b5f4a6b90016b28dc
Sparc: split helper.c

Move CPU init to cpu_init.c and interrupt handling to int32_helper.c
for Sparc32 and int64_helper.c for Sparc64.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
target-sparc/cpu.h
target-sparc/cpu_init.c [new file with mode: 0644]
target-sparc/helper.c
target-sparc/int32_helper.c [new file with mode: 0644]
target-sparc/int64_helper.c [new file with mode: 0644]
target-sparc/op_helper.c