diff mbox

[26/41] powerpc/64s: consolidate Reserved 0xec0, 0xee0 interrupts

Message ID 20160921074407.4885-27-npiggin@gmail.com (mailing list archive)
State Superseded
Headers show

Commit Message

Nicholas Piggin Sept. 21, 2016, 7:43 a.m. UTC
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
 arch/powerpc/kernel/exceptions-64s.S | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

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)