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

Commit faab4dd2 authored by Michael Neuling's avatar Michael Neuling Committed by Benjamin Herrenschmidt
Browse files

powerpc: Remove unessessary 0x3000 location enforcement



This removes the large gap between 0x1800 and 0x3000.

Signed-off-by: default avatarMichael Neuling <mikey@neuling.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 278a6cdc
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -311,12 +311,14 @@ denorm_exception_hv:
#ifdef CONFIG_CBE_RAS
#ifdef CONFIG_CBE_RAS
	STD_EXCEPTION_HV(0x1800, 0x1802, cbe_thermal)
	STD_EXCEPTION_HV(0x1800, 0x1802, cbe_thermal)
	KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1802)
	KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1802)
#else
	. = 0x1800
#endif /* CONFIG_CBE_RAS */
#endif /* CONFIG_CBE_RAS */


	. = 0x3000


/*** Out of line interrupts support ***/
/*** Out of line interrupts support ***/


	.align	7
	/* moved from 0x200 */
	/* moved from 0x200 */
machine_check_pSeries:
machine_check_pSeries:
	.globl machine_check_fwnmi
	.globl machine_check_fwnmi