diff options
| author | Tony Lindgren <tony@atomide.com> | 2019-10-04 09:06:41 -0700 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2019-10-04 09:06:41 -0700 |
| commit | 1913c7f3fc2514e09262baf2267a82dfdb215c39 (patch) | |
| tree | 1aaf6970e99c1f5535776f9fd9067f0d811b2532 /include/linux/stacktrace.h | |
| parent | f90ec6cdf674248dcad85bf9af6e064bf472b841 (diff) | |
| parent | 96d49bbfe6c1a6bb43ccd00fb87aca100e32e5e2 (diff) | |
| download | cachepc-linux-1913c7f3fc2514e09262baf2267a82dfdb215c39.tar.gz cachepc-linux-1913c7f3fc2514e09262baf2267a82dfdb215c39.zip | |
Merge tag 'fix-missing-panels' into fixes
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); |
