]> Git Repo - linux.git/commitdiff
include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()
authorAlexey Dobriyan <[email protected]>
Thu, 3 Jan 2019 23:26:37 +0000 (15:26 -0800)
committerLinus Torvalds <[email protected]>
Fri, 4 Jan 2019 21:13:46 +0000 (13:13 -0800)
Empty function will be inlined so asmlinkage doesn't do anything.

Link: http://lkml.kernel.org/r/20181124093530.GE10969@avx2
Signed-off-by: Alexey Dobriyan <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Acked-by: Joey Pabalinas <[email protected]>
Cc: Petr Mladek <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Cc: Steven Rostedt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/printk.h

index 55aa96975fa268081df984fc5103d6e6c467f0bc..77740a506ebbb96cb31aeec9bce44a33f73e23e7 100644 (file)
@@ -264,7 +264,7 @@ static inline void show_regs_print_info(const char *log_lvl)
 {
 }
 
-static inline asmlinkage void dump_stack(void)
+static inline void dump_stack(void)
 {
 }
 
This page took 0.056681 seconds and 4 git commands to generate.