mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
x86, asmlinkage: Make dump_stack visible
dump_stack is used from assembler code, so make it visible. Signed-off-by: Andi Kleen <ak@linux.intel.com> Link: http://lkml.kernel.org/r/1375740170-7446-15-git-send-email-andi@firstfloor.org Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
4a335c0695
commit
b6c035d04e
2 changed files with 3 additions and 3 deletions
|
@ -200,7 +200,7 @@ static inline void show_regs_print_info(const char *log_lvl)
|
|||
}
|
||||
#endif
|
||||
|
||||
extern void dump_stack(void) __cold;
|
||||
extern asmlinkage void dump_stack(void) __cold;
|
||||
|
||||
#ifndef pr_fmt
|
||||
#define pr_fmt(fmt) fmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue