summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc/ppc_e500.h
Commit message (Collapse)AuthorAgeFilesLines
* intc/openpic: Build openpic only onceAndreas Färber2013-07-091-0/+6
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>