]> git.proxmox.com Git - mirror_qemu.git/commit - hw/ppc/e500.c
PPC: e500: fix mpic_iack address
authorScott Wood <scottwood@freescale.com>
Mon, 21 Jan 2013 15:53:54 +0000 (15:53 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 25 Jan 2013 21:02:56 +0000 (22:02 +0100)
commitbd25922e737a2c90668a7bdd1e1319413a7a51f3
treee751c36074af08723a99a190c9adcddd8ddee81a
parente0dfe5b18919a6a4deb841dcf3212e3e998c95e5
PPC: e500: fix mpic_iack address

MPIC+0xa0 is IACK for the current CPU.  MPIC+0x200a0 is IACK for CPU 0.
This fix allows EPR to work with an SMP target.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/e500.c