diff options
| -rw-r--r-- | arch/powerpc/kernel/exceptions-64s.S | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 7a1c87cbb890..dc64165d1c0b 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S | |||
| @@ -817,26 +817,16 @@ vsx_unavailable_relon_pSeries_1: | |||
| 817 | . = 0x4f40 | 817 | . = 0x4f40 |
| 818 | b vsx_unavailable_relon_pSeries | 818 | b vsx_unavailable_relon_pSeries |
| 819 | 819 | ||
| 820 | #ifdef CONFIG_CBE_RAS | ||
| 821 | STD_RELON_EXCEPTION_HV(0x5200, 0x1202, cbe_system_error) | ||
| 822 | #endif /* CONFIG_CBE_RAS */ | ||
| 823 | STD_RELON_EXCEPTION_PSERIES(0x5300, 0x1300, instruction_breakpoint) | 820 | STD_RELON_EXCEPTION_PSERIES(0x5300, 0x1300, instruction_breakpoint) |
| 824 | #ifdef CONFIG_PPC_DENORMALISATION | 821 | #ifdef CONFIG_PPC_DENORMALISATION |
| 825 | . = 0x5500 | 822 | . = 0x5500 |
| 826 | b denorm_exception_hv | 823 | b denorm_exception_hv |
| 827 | #endif | 824 | #endif |
| 828 | #ifdef CONFIG_CBE_RAS | ||
| 829 | STD_RELON_EXCEPTION_HV(0x5600, 0x1602, cbe_maintenance) | ||
| 830 | #else | ||
| 831 | #ifdef CONFIG_HVC_SCOM | 825 | #ifdef CONFIG_HVC_SCOM |
| 832 | STD_RELON_EXCEPTION_HV(0x5600, 0x1600, maintence_interrupt) | 826 | STD_RELON_EXCEPTION_HV(0x5600, 0x1600, maintence_interrupt) |
| 833 | KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1600) | 827 | KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1600) |
| 834 | #endif /* CONFIG_HVC_SCOM */ | 828 | #endif /* CONFIG_HVC_SCOM */ |
| 835 | #endif /* CONFIG_CBE_RAS */ | ||
| 836 | STD_RELON_EXCEPTION_PSERIES(0x5700, 0x1700, altivec_assist) | 829 | STD_RELON_EXCEPTION_PSERIES(0x5700, 0x1700, altivec_assist) |
| 837 | #ifdef CONFIG_CBE_RAS | ||
| 838 | STD_RELON_EXCEPTION_HV(0x5800, 0x1802, cbe_thermal) | ||
| 839 | #endif /* CONFIG_CBE_RAS */ | ||
| 840 | 830 | ||
| 841 | /* Other future vectors */ | 831 | /* Other future vectors */ |
| 842 | .align 7 | 832 | .align 7 |
