From: Paul Bolle Date: Mon, 25 Mar 2013 00:32:11 +0000 (+0000) Subject: powerpc: remove dead CONFIG_HVC_SCOM code X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~66^2~72^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9850baed30dd445b0a2bb58045b8edff74953952;p=pandora-kernel.git 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 Acked-by: Michael Ellerman Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed