powerpc: Remove DEBUG define in 64-bit early setup code
"Linux Kernel Mailing List" <[email protected]> Fri, 2 Feb 2018 18:23:35 +0000 (UTC)
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/10de741fd322c31f6c4f07869f4c6f0fa64b5bfe Commit: 10de741fd322c31f6c4f07869f4c6f0fa64b5bfe Parent: 5783ee6ec3d3323a04cc69764d57cac7bf026332 Refname: refs/heads/master Author: Benjamin Herrenschmidt <[email protected]> AuthorDate: Wed Nov 22 17:01:05 2017 +1100 Committer: Michael Ellerman <[email protected]> CommitDate: Mon Dec 11 13:03:27 2017 +1100 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 <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> --- 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 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