powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUG
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 20 May 2014 21:02:56 +0000 (23:02 +0200)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Jun 2014 06:31:21 +0000 (16:31 +1000)
commit94314290ed719cf64619dfc42df8f84161a36892
tree5477c7313f987149506080ada5553f6f4f410f16
parentdd58a092c4202f2bd490adab7285b3ff77f8e467
powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUG

The Kconfig symbol SERIAL_TEXT_DEBUG was removed from
arch/powerpc/Kconfig.debug in v2.6.22. (In v2.6.27 it was also removed
from arch/ppc/Kconfig.debug.) So the check for its macro has evaluated
to false for over five years now. Remove that check and the few lines
of code hidden behind it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/head_40x.S