]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7259a9147566cecf744d5153943b1d95a3f54207
tree5477c7313f987149506080ada5553f6f4f410f16
parent0fd2a02c8cbb74a665a5450020b81af5df98b7c3
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