mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 22:41:07 +00:00
ppc/xive: xive does not have a POWER7 interrupt model
Patch "target/ppc: Add POWER9 external interrupt model" should have removed the section covering PPC_FLAGS_INPUT_POWER7. Signed-off-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20190219142530.17807-1-clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
9bcb5b2941
commit
3dbe65c178
1 changed files with 0 additions and 3 deletions
|
@ -481,9 +481,6 @@ static void xive_tctx_realize(DeviceState *dev, Error **errp)
|
|||
|
||||
env = &cpu->env;
|
||||
switch (PPC_INPUT(env)) {
|
||||
case PPC_FLAGS_INPUT_POWER7:
|
||||
tctx->output = env->irq_inputs[POWER7_INPUT_INT];
|
||||
break;
|
||||
case PPC_FLAGS_INPUT_POWER9:
|
||||
tctx->output = env->irq_inputs[POWER9_INPUT_INT];
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue