Reorganize the CPUPPCState structure to group features.
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 7 Oct 2007 15:43:50 +0000 (15:43 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 7 Oct 2007 15:43:50 +0000 (15:43 +0000)
commitf2e63a42c9151d17d734ce5a173d81f1598f0565
treee294836e79273a53dd97a97c08b9e7db4fa0c1e2
parentd26bfc9a1b449db84b80d39ed9d870671a944e5c
Reorganize the CPUPPCState structure to group features.
Add #ifdef to avoid compiling not relevant resources:
- MMU related stuff for user-mode only targets
- PowerPC 64 only resources for PowerPC 32 targets
- embedded PowerPC extensions for non-ppcemb targets.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3343 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/cpu.h
target-ppc/translate.c
target-ppc/translate_init.c