diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2016-09-21 17:43:58 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-04 13:07:12 +1100 |
commit | e46b964c1a5f15fc2b8b838099f748e4b84dd339 (patch) | |
tree | 62da2a4b5289f5cc883a8a4d7304695379919bc3 /arch/powerpc/kernel | |
parent | 14b0072cfd3c7e894c3b823f54a65e5eae942c46 (diff) |
powerpc/64s: Consolidate Reserved 0xfa0-0x1200 interrupts
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/exceptions-64s.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index d88024384bc6..34d439018ddd 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S @@ -1128,6 +1128,7 @@ EXC_COMMON(h_facility_unavailable_common, 0xf80, facility_unavailable_exception) EXC_REAL_NONE(0xfa0, 0x1200) +EXC_VIRT_NONE(0x4fa0, 0x5200) #ifdef CONFIG_CBE_RAS EXC_REAL_HV(cbe_system_error, 0x1200, 0x1300) @@ -1396,8 +1397,6 @@ EXC_COMMON(altivec_assist_common, 0x1700, unknown_exception) * come here. */ -EXC_VIRT_NONE(0x4fa0, 0x5200) - EXC_VIRT_NONE(0x5200, 0x5300) EXC_VIRT(instruction_breakpoint, 0x5300, 0x5400, 0x1300) |