aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-24 20:32:11 -0400
committerMichael Ellerman <michael@ellerman.id.au>2013-04-17 23:03:52 -0400
commit9850baed30dd445b0a2bb58045b8edff74953952 (patch)
tree100aff6f6b2c904c55739fd14d83665dbc1fe699 /arch/powerpc
parent7d5480fe00991f1b6f1ef18fba0ffde3d8266221 (diff)
powerpc: remove dead CONFIG_HVC_SCOM code
Commit c1fb6816fb1b78dd94b673b0fdaa9a7a16e97bd1 ("powerpc: Add relocation on exception vector handlers") added two lines of code that depend on the macro CONFIG_HVC_SCOM. That macro doesn't exist. Perhaps it was intended to use CONFIG_PPC_SCOM here. But since "maintence_interrupt" is a typo and there's nothing in arch/powerpc that looks like maintenance_interrupt it seems best to just delete these lines. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/kernel/exceptions-64s.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
index 56bd92362ce1..e789ee7acbaf 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -870,10 +870,6 @@ tm_unavailable_relon_pSeries_1:
870 . = 0x5500 870 . = 0x5500
871 b denorm_exception_hv 871 b denorm_exception_hv
872#endif 872#endif
873#ifdef CONFIG_HVC_SCOM
874 STD_RELON_EXCEPTION_HV(0x5600, 0x1600, maintence_interrupt)
875 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1600)
876#endif /* CONFIG_HVC_SCOM */
877 STD_RELON_EXCEPTION_PSERIES(0x5700, 0x1700, altivec_assist) 873 STD_RELON_EXCEPTION_PSERIES(0x5700, 0x1700, altivec_assist)
878 874
879 /* Other future vectors */ 875 /* Other future vectors */