Signed-off-by: Nicholas Piggin <npig...@gmail.com> --- arch/powerpc/kernel/exceptions-64s.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 7b76b79..f052fee 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S @@ -1020,6 +1020,8 @@ COMMON_HANDLER_ASYNC(h_virt_irq_common, 0xea0, do_IRQ) VECTOR_HANDLER_REAL_NONE(0xec0, 0xf00) +VECTOR_HANDLER_VIRT_NONE(0x4ec0, 0x4f00) + __VECTOR_HANDLER_REAL_OOL(performance_monitor, 0xf00, 0xf20) @@ -1327,7 +1329,6 @@ COMMON_HANDLER(altivec_assist_common, 0x1700, unknown_exception) -VECTOR_HANDLER_VIRT_NONE(0x4ec0, 0x4f00) __VECTOR_HANDLER_VIRT_OOL(performance_monitor, 0x4f00, 0x4f20) -- 2.9.3