Fix Sparc64 boot on i386 host:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 29 Aug 2008 20:50:21 +0000 (20:50 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 29 Aug 2008 20:50:21 +0000 (20:50 +0000)
commit91736d378b9bc6a9d7e16556216c919ba21dc5ca
treea85752641060c96d1fc88e5b74aeaa090363d9c9
parenta46256129e80d993d23ed9d95566c79bcfa65e2d
Fix Sparc64 boot on i386 host:
 - move do_interrupt() back to op_helper.c
 - move non-helper prototypes from helper.h to exec.h
 - move some prototypes from cpu.h to exec.h
 - do not export either set_cwp() or cpu_set_cwp() from op_helper.c,
   but instead provide inline functions

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5109 c046a42c-6fe2-441c-8c8c-71466251a162
target-sparc/cpu.h
target-sparc/exec.h
target-sparc/helper.c
target-sparc/helper.h
target-sparc/op_helper.c