diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2017-11-22 07:01:05 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-12-11 03:03:27 +0100 |
commit | 10de741fd322c31f6c4f07869f4c6f0fa64b5bfe (patch) | |
tree | ec6917b0cc8119e122f41d8152764a98922df0fa /arch/powerpc/kernel/setup_64.c | |
parent | selftests/powerpc: Check for pthread errors in tm-unavailable (diff) | |
download | linux-10de741fd322c31f6c4f07869f4c6f0fa64b5bfe.tar.xz linux-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/powerpc/kernel/setup_64.c')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 2 |
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> |