diff options
author | Andreas Färber <afaerber@suse.de> | 2013-06-16 17:04:21 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-07-09 21:33:02 +0200 |
commit | 2b927571ccdb79deda74ba84ef493e6cb37eacbe (patch) | |
tree | 7b2aa5e96fe185c1bf0ab11ea30afdce022253ef /hw/ppc/ppc.c | |
parent | dfc080791dfb9dd8907a15e6d45b6cc4969b986f (diff) | |
download | qemu-2b927571ccdb79deda74ba84ef493e6cb37eacbe.zip |
intc/openpic: Build openpic only once
Since current_cpu is CPUState it no longer depends on CPUPPCState.
Move ppce500_set_mpic_proxy() to a new hw/ppc/ppc_e500.h because
hw/ppc/ppc.h is too heavily using CPUPPCState and PowerPCCPU.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/ppc/ppc.c')
-rw-r--r-- | hw/ppc/ppc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/ppc.c b/hw/ppc/ppc.c index 554f2440b1..e1c095c7e2 100644 --- a/hw/ppc/ppc.c +++ b/hw/ppc/ppc.c @@ -23,6 +23,7 @@ */ #include "hw/hw.h" #include "hw/ppc/ppc.h" +#include "hw/ppc/ppc_e500.h" #include "qemu/timer.h" #include "sysemu/sysemu.h" #include "hw/timer/m48t59.h" |