aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/kdebug.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-06-17 16:36:32 +0200
committerRich Felker <dalias@libc.org>2020-08-14 22:05:07 -0400
commitfd722f25a6e4aecefbc58047a690076e57015197 (patch)
tree7d12e1b79bcee2f3c714e9a714b2194baec186c3 /arch/sh/include/asm/kdebug.h
parentsh: fault: Fix duplicate printing of "PC:" (diff)
downloadlinux-dev-fd722f25a6e4aecefbc58047a690076e57015197.tar.xz
linux-dev-fd722f25a6e4aecefbc58047a690076e57015197.zip
Revert "sh: add loglvl to printk_address()"
This reverts commit 2deebe4d56d638269a4a728086d64de5734b460a. printk_address() is always used as a continuation of the previous logging, hence it should not include a log level. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/include/asm/kdebug.h')
-rw-r--r--arch/sh/include/asm/kdebug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/include/asm/kdebug.h b/arch/sh/include/asm/kdebug.h
index 960545306afa..de8693fabb1d 100644
--- a/arch/sh/include/asm/kdebug.h
+++ b/arch/sh/include/asm/kdebug.h
@@ -12,8 +12,7 @@ enum die_val {
};
/* arch/sh/kernel/dumpstack.c */
-extern void printk_address(unsigned long address, int reliable,
- const char *loglvl);
+extern void printk_address(unsigned long address, int reliable);
extern void dump_mem(const char *str, const char *loglvl,
unsigned long bottom, unsigned long top);