]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: remove dead CONFIG_HVC_SCOM code
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 25 Mar 2013 00:32:11 +0000 (00:32 +0000)
committerMichael Ellerman <michael@ellerman.id.au>
Thu, 18 Apr 2013 03:03:52 +0000 (13:03 +1000)
commit8ebc0612b6c1834ce38dca4f5a2734ce4d89aa95
tree100aff6f6b2c904c55739fd14d83665dbc1fe699
parent3a6a1e0655737d51ac34738ddf8f2d8c80c0b60c
powerpc: remove dead CONFIG_HVC_SCOM code

Commit 1d3417655a9e99523a94a4ee9bf16d1233fc7205 ("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>
arch/powerpc/kernel/exceptions-64s.S