powerpc: Remove DEBUG define in 64-bit early setup code
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 22 Nov 2017 06:01:05 +0000 (17:01 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 11 Dec 2017 02:03:27 +0000 (13:03 +1100)
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>
arch/powerpc/kernel/setup_64.c

index 8956a9856604e72634dd11ef416ec9788660bc37..d3124c302146f0a8cd0fd82823e66942e95639af 100644 (file)
@@ -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>