linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc: Remove DEBUG define in 64-bit early setup code
@ 2017-11-22  6:01 Benjamin Herrenschmidt
  2017-11-22  6:01 ` [PATCH 2/2] powerpc: Reduce log level of "OPAL detected !" message Benjamin Herrenschmidt
  2017-12-12 11:39 ` [1/2] powerpc: Remove DEBUG define in 64-bit early setup code Michael Ellerman
  0 siblings, 2 replies; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2017-11-22  6:01 UTC (permalink / raw)
  To: linuxppc-dev

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>
---
 arch/powerpc/kernel/setup_64.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c
index b89c6aac48c9..001ac30c0f98 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>
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-12 11:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-22  6:01 [PATCH 1/2] powerpc: Remove DEBUG define in 64-bit early setup code Benjamin Herrenschmidt
2017-11-22  6:01 ` [PATCH 2/2] powerpc: Reduce log level of "OPAL detected !" message Benjamin Herrenschmidt
2017-12-12 11:39   ` [2/2] " Michael Ellerman
2017-12-12 11:39 ` [1/2] powerpc: Remove DEBUG define in 64-bit early setup code Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).