x86: constify stacktrace_ops
.. as they're never written to. [ tglx: arch/x86 adaptation ] Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
ff7f36497e
commit
9689ba8ad0
4 changed files with 7 additions and 7 deletions
|
@ -15,6 +15,6 @@ struct stacktrace_ops {
|
|||
};
|
||||
|
||||
void dump_trace(struct task_struct *tsk, struct pt_regs *regs, unsigned long *stack,
|
||||
struct stacktrace_ops *ops, void *data);
|
||||
const struct stacktrace_ops *ops, void *data);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue