aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-11-22 17:01:05 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2017-12-11 13:03:27 +1100
commit10de741fd322c31f6c4f07869f4c6f0fa64b5bfe (patch)
treeec6917b0cc8119e122f41d8152764a98922df0fa /arch
parentselftests/powerpc: Check for pthread errors in tm-unavailable (diff)
downloadlinux-dev-10de741fd322c31f6c4f07869f4c6f0fa64b5bfe.tar.xz
linux-dev-10de741fd322c31f6c4f07869f4c6f0fa64b5bfe.zip
powerpc: Remove DEBUG define in 64-bit early setup code
This statement causes some not very useful messages to always be printed on the serial port at boot, even on quiet boots. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/setup_64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c
index 8956a9856604..d3124c302146 100644
--- a/arch/powerpc/kernel/setup_64.c
+++ b/arch/powerpc/kernel/setup_64.c
@@ -10,8 +10,6 @@
* 2 of the License, or (at your option) any later version.
*/
-#define DEBUG
-
#include <linux/export.h>
#include <linux/string.h>
#include <linux/sched.h>