powerpc/64s: Remove PSERIES naming from the MASKABLE macros
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
@@ -768,11 +768,11 @@ EXC_REAL_BEGIN(hardware_interrupt, 0x500, 0x100)
|
||||
.globl hardware_interrupt_hv;
|
||||
hardware_interrupt_hv:
|
||||
BEGIN_FTR_SECTION
|
||||
__MASKABLE_EXCEPTION_PSERIES(0x500, hardware_interrupt_common,
|
||||
__MASKABLE_EXCEPTION(0x500, hardware_interrupt_common,
|
||||
EXC_HV, SOFTEN_TEST_HV,
|
||||
IRQS_DISABLED)
|
||||
FTR_SECTION_ELSE
|
||||
__MASKABLE_EXCEPTION_PSERIES(0x500, hardware_interrupt_common,
|
||||
__MASKABLE_EXCEPTION(0x500, hardware_interrupt_common,
|
||||
EXC_STD, SOFTEN_TEST_PR,
|
||||
IRQS_DISABLED)
|
||||
ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
|
||||
@@ -782,11 +782,11 @@ EXC_VIRT_BEGIN(hardware_interrupt, 0x4500, 0x100)
|
||||
.globl hardware_interrupt_relon_hv;
|
||||
hardware_interrupt_relon_hv:
|
||||
BEGIN_FTR_SECTION
|
||||
__MASKABLE_RELON_EXCEPTION_PSERIES(0x500, hardware_interrupt_common,
|
||||
__MASKABLE_RELON_EXCEPTION(0x500, hardware_interrupt_common,
|
||||
EXC_HV, SOFTEN_TEST_HV,
|
||||
IRQS_DISABLED)
|
||||
FTR_SECTION_ELSE
|
||||
__MASKABLE_RELON_EXCEPTION_PSERIES(0x500, hardware_interrupt_common,
|
||||
__MASKABLE_RELON_EXCEPTION(0x500, hardware_interrupt_common,
|
||||
EXC_STD, SOFTEN_TEST_PR,
|
||||
IRQS_DISABLED)
|
||||
ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE)
|
||||
|
Reference in New Issue
Block a user