Commit 4674f04
committed
lkl: hide dump_stack() if CONFIG_PRINTK is not set
include/linux/printk.h defines stub dump_stack() if CONFIG_PRINTK is not
set. This function conflicts with dump_stack() in
arch/lkl/kernel/misc.c. This commit resolves the issue by hiding lkl
specific dump_stack() if CONFIG_PRINTK is not set.
Signed-off-by: Akira Moroo <retrage01@gmail.com>1 parent d964547 commit 4674f04
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments