diff options
| author | Mark Brown <broonie@kernel.org> | 2019-10-18 20:30:49 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2019-10-18 20:30:49 +0300 |
| commit | 112d6212c80a1c560757520bd822a41c0ad15c2c (patch) | |
| tree | 051580f1a55aa8d1b59120f21767a624d0291dbc /include/linux/stacktrace.h | |
| parent | 3e5ec1db8bfee845d9f8560d1c64aeaccd586398 (diff) | |
| parent | 4f5cafb5cb8471e54afdc9054d973535614f7675 (diff) | |
| download | linux-112d6212c80a1c560757520bd822a41c0ad15c2c.tar.xz | |
Merge tag 'v5.4-rc3' into spi-5.4
Linux 5.4-rc3
Diffstat (limited to 'include/linux/stacktrace.h')
| -rw-r--r-- | include/linux/stacktrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h index f0cfd12cb45e..83bd8cb475d7 100644 --- a/include/linux/stacktrace.h +++ b/include/linux/stacktrace.h @@ -9,9 +9,9 @@ struct task_struct; struct pt_regs; #ifdef CONFIG_STACKTRACE -void stack_trace_print(unsigned long *trace, unsigned int nr_entries, +void stack_trace_print(const unsigned long *trace, unsigned int nr_entries, int spaces); -int stack_trace_snprint(char *buf, size_t size, unsigned long *entries, +int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, unsigned int nr_entries, int spaces); unsigned int stack_trace_save(unsigned long *store, unsigned int size, unsigned int skipnr); |
