summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
diff options
context:
space:
mode:
authorNicholas Piggin2016-09-21 09:43:52 +0200
committerMichael Ellerman2016-10-04 04:07:08 +0200
commitbda7fea2b8f5cd8ea96cfe5080ad3951588712b9 (patch)
treee7cce57d343952da369b747667e83cd4c4a9b02f /arch/powerpc/kernel/exceptions-64s.S
parentpowerpc/64s: Consolidate Hypervisor Virtualization 0xea0 interrupt (diff)
downloadkernel-qcow2-linux-bda7fea2b8f5cd8ea96cfe5080ad3951588712b9.tar.gz
kernel-qcow2-linux-bda7fea2b8f5cd8ea96cfe5080ad3951588712b9.tar.xz
kernel-qcow2-linux-bda7fea2b8f5cd8ea96cfe5080ad3951588712b9.zip
powerpc/64s: Consolidate Reserved 0xec0, 0xee0 interrupts
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/exceptions-64s.S')
-rw-r--r--arch/powerpc/kernel/exceptions-64s.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
index 54e352d6b50c..ee9d4959948c 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -1023,6 +1023,8 @@ EXC_COMMON_ASYNC(h_virt_irq_common, 0xea0, do_IRQ)
EXC_REAL_NONE(0xec0, 0xf00)
+EXC_VIRT_NONE(0x4ec0, 0x4f00)
+
__EXC_REAL_OOL(performance_monitor, 0xf00, 0xf20)
@@ -1320,8 +1322,6 @@ EXC_COMMON(altivec_assist_common, 0x1700, unknown_exception)
* come here.
*/
-EXC_VIRT_NONE(0x4ec0, 0x4f00)
-
__EXC_VIRT_OOL(performance_monitor, 0x4f00, 0x4f20)
__EXC_VIRT_OOL(altivec_unavailable, 0x4f20, 0x4f40)