Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6100209b authored by Paul Mackerras's avatar Paul Mackerras Committed by Benjamin Herrenschmidt
Browse files

powerpc: Remove Cell-specific relocation-on interrupt vector code



The Cell processor doesn't support relocation-on interrupts, so we
don't need relocation-on versions of the interrupt vectors that are
purely Cell-specific.  This removes them.

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 2468dcf6
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -817,26 +817,16 @@ vsx_unavailable_relon_pSeries_1:
	. = 0x4f40
	. = 0x4f40
	b	vsx_unavailable_relon_pSeries
	b	vsx_unavailable_relon_pSeries


#ifdef CONFIG_CBE_RAS
	STD_RELON_EXCEPTION_HV(0x5200, 0x1202, cbe_system_error)
#endif /* CONFIG_CBE_RAS */
	STD_RELON_EXCEPTION_PSERIES(0x5300, 0x1300, instruction_breakpoint)
	STD_RELON_EXCEPTION_PSERIES(0x5300, 0x1300, instruction_breakpoint)
#ifdef CONFIG_PPC_DENORMALISATION
#ifdef CONFIG_PPC_DENORMALISATION
	. = 0x5500
	. = 0x5500
	b	denorm_exception_hv
	b	denorm_exception_hv
#endif
#endif
#ifdef CONFIG_CBE_RAS
	STD_RELON_EXCEPTION_HV(0x5600, 0x1602, cbe_maintenance)
#else
#ifdef CONFIG_HVC_SCOM
#ifdef CONFIG_HVC_SCOM
	STD_RELON_EXCEPTION_HV(0x5600, 0x1600, maintence_interrupt)
	STD_RELON_EXCEPTION_HV(0x5600, 0x1600, maintence_interrupt)
	KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1600)
	KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1600)
#endif /* CONFIG_HVC_SCOM */
#endif /* CONFIG_HVC_SCOM */
#endif /* CONFIG_CBE_RAS */
	STD_RELON_EXCEPTION_PSERIES(0x5700, 0x1700, altivec_assist)
	STD_RELON_EXCEPTION_PSERIES(0x5700, 0x1700, altivec_assist)
#ifdef CONFIG_CBE_RAS
	STD_RELON_EXCEPTION_HV(0x5800, 0x1802, cbe_thermal)
#endif /* CONFIG_CBE_RAS */


	/* Other future vectors */
	/* Other future vectors */
	.align	7
	.align	7