bsp/qoriq: Fix hypervisor guest IRQ support

Update #3085.
This commit is contained in:
Sebastian Huber
2018-01-15 13:55:41 +01:00
parent 81eced5376
commit 2f54488f74

View File

@@ -105,7 +105,11 @@ void bsp_interrupt_dispatch(uintptr_t exception_number)
}
#endif
ev_int_iack(0, &vector);
/*
* This works only if the "has-external-proxy" property is present in the
* "epapr,hv-pic" device tree node.
*/
vector = PPC_SPECIAL_PURPOSE_REGISTER(FSL_EIS_EPR);
if (vector != SPURIOUS) {
uint32_t msr;