mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
tracing: Rename max_stack_lock to stack_trace_max_lock
Now that max_stack_lock is a global variable, it requires a naming convention that is unlikely to collide. Rename it to the same naming convention that the other stack_trace variables have. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
bb99d8ccec
commit
d332736df0
2 changed files with 9 additions and 9 deletions
|
@ -271,7 +271,7 @@ struct stack_trace;
|
|||
extern unsigned stack_trace_index[];
|
||||
extern struct stack_trace stack_trace_max;
|
||||
extern unsigned long stack_trace_max_size;
|
||||
extern arch_spinlock_t max_stack_lock;
|
||||
extern arch_spinlock_t stack_trace_max_lock;
|
||||
|
||||
extern int stack_tracer_enabled;
|
||||
void stack_trace_print(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue