]> Git Repo - qemu.git/commit
PPC: Set MPIC IDE for IPI to 0
authorAlexander Graf <[email protected]>
Sat, 23 Jul 2011 09:05:35 +0000 (11:05 +0200)
committerAlexander Graf <[email protected]>
Thu, 6 Oct 2011 07:43:33 +0000 (09:43 +0200)
commit9250fd24a98af75f196480a75aacf99291ef46a9
treee6a0795ee4ab1d36e9f8401c118e7a6921b6553b
parenta675155e2d78b083b47774c118990041333308b5
PPC: Set MPIC IDE for IPI to 0

We use the IDE register with IPIs as a mask to keep track which processors
have already acknowledged the respective interrupt. So we need to initialize
it to 0 to make sure that it doesn't accidently fire an IPI on CPU0 when the
first IPI is triggered.

Reported-by: Elie Richa <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
---

v2 -> v3:

  - fix IDE IPI reset
hw/openpic.c
This page took 0.021212 seconds and 4 git commands to generate.