projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23c4cea
)
powerpc/vdso: Remove DBG()
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Sun, 27 Sep 2020 09:16:46 +0000
(09:16 +0000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:19 +0000
(
01:01
+1100)
DBG() is not used anymore. Remove it.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/e11a9b50e709f197bb3aa2ed1d80d2dee8714afc.1601197618.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/vdso.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/vdso.c
b/arch/powerpc/kernel/vdso.c
index 0a26dc4611972e2c5346ac90a310a7a16be4e8b2..e839a906fdf230da584b4265f6e7266e2f150200 100644
(file)
--- a/
arch/powerpc/kernel/vdso.c
+++ b/
arch/powerpc/kernel/vdso.c
@@
-33,14
+33,6
@@
#include <asm/vdso_datapage.h>
#include <asm/setup.h>
-#undef DEBUG
-
-#ifdef DEBUG
-#define DBG(fmt...) printk(fmt)
-#else
-#define DBG(fmt...)
-#endif
-
/* The alignment of the vDSO */
#define VDSO_ALIGNMENT (1 << 16)