Add reset callbacks for PowerPC CPU.
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 16 Apr 2007 08:56:52 +0000 (08:56 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 16 Apr 2007 08:56:52 +0000 (08:56 +0000)
commit0a032cbec69c268272a118f19e64c16e73d56cc0
treec2e2f0a67ac42a5729aaa50b73aebf5dca13f00a
parentdd37a5e4d7ebc4e698f4c69ad2a5ee922824703f
Add reset callbacks for PowerPC CPU.
Move cpu_ppc_init, cpu_ppc_close, cpu_ppc_reset and ppc_tlb_invalidate
into helper.c as they are to be called from outside of the translated code.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2682 c046a42c-6fe2-441c-8c8c-71466251a162
hw/ppc_chrp.c
hw/ppc_prep.c
target-ppc/cpu.h
target-ppc/helper.c
target-ppc/op_helper.c
target-ppc/translate_init.c