diff options
-rw-r--r-- | arch/powerpc/kernel/exceptions-64s.S | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 40e4a17c8ba0..0a9fdea2fc0f 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S | |||
@@ -793,14 +793,10 @@ system_call_relon_pSeries: | |||
793 | STD_RELON_EXCEPTION_PSERIES(0x4d00, 0xd00, single_step) | 793 | STD_RELON_EXCEPTION_PSERIES(0x4d00, 0xd00, single_step) |
794 | 794 | ||
795 | . = 0x4e00 | 795 | . = 0x4e00 |
796 | SET_SCRATCH0(r13) | 796 | b . /* Can't happen, see v2.07 Book III-S section 6.5 */ |
797 | EXCEPTION_PROLOG_0(PACA_EXGEN) | ||
798 | b h_data_storage_relon_hv | ||
799 | 797 | ||
800 | . = 0x4e20 | 798 | . = 0x4e20 |
801 | SET_SCRATCH0(r13) | 799 | b . /* Can't happen, see v2.07 Book III-S section 6.5 */ |
802 | EXCEPTION_PROLOG_0(PACA_EXGEN) | ||
803 | b h_instr_storage_relon_hv | ||
804 | 800 | ||
805 | . = 0x4e40 | 801 | . = 0x4e40 |
806 | SET_SCRATCH0(r13) | 802 | SET_SCRATCH0(r13) |
@@ -808,9 +804,7 @@ system_call_relon_pSeries: | |||
808 | b emulation_assist_relon_hv | 804 | b emulation_assist_relon_hv |
809 | 805 | ||
810 | . = 0x4e60 | 806 | . = 0x4e60 |
811 | SET_SCRATCH0(r13) | 807 | b . /* Can't happen, see v2.07 Book III-S section 6.5 */ |
812 | EXCEPTION_PROLOG_0(PACA_EXGEN) | ||
813 | b hmi_exception_relon_hv | ||
814 | 808 | ||
815 | . = 0x4e80 | 809 | . = 0x4e80 |
816 | SET_SCRATCH0(r13) | 810 | SET_SCRATCH0(r13) |
@@ -1180,14 +1174,8 @@ tm_unavailable_common: | |||
1180 | __end_handlers: | 1174 | __end_handlers: |
1181 | 1175 | ||
1182 | /* Equivalents to the above handlers for relocation-on interrupt vectors */ | 1176 | /* Equivalents to the above handlers for relocation-on interrupt vectors */ |
1183 | STD_RELON_EXCEPTION_HV_OOL(0xe00, h_data_storage) | ||
1184 | KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe00) | ||
1185 | STD_RELON_EXCEPTION_HV_OOL(0xe20, h_instr_storage) | ||
1186 | KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe20) | ||
1187 | STD_RELON_EXCEPTION_HV_OOL(0xe40, emulation_assist) | 1177 | STD_RELON_EXCEPTION_HV_OOL(0xe40, emulation_assist) |
1188 | KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe40) | 1178 | KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe40) |
1189 | STD_RELON_EXCEPTION_HV_OOL(0xe60, hmi_exception) | ||
1190 | KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe60) | ||
1191 | MASKABLE_RELON_EXCEPTION_HV_OOL(0xe80, h_doorbell) | 1179 | MASKABLE_RELON_EXCEPTION_HV_OOL(0xe80, h_doorbell) |
1192 | KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe80) | 1180 | KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe80) |
1193 | 1181 | ||