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:
committed by
Thomas Gleixner
parent
ff7f36497e
commit
9689ba8ad0
@@ -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
|
||||
|
Reference in New Issue
Block a user