Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3094859 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm/arm64: Define backport flag for save_stack_trace_tsk()"

parents 3e220f71 ba240cd1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ extern void print_stack_trace(struct stack_trace *trace, int spaces);
extern int snprint_stack_trace(char *buf, size_t size,
			struct stack_trace *trace, int spaces);

#define BACKPORTED_EXPORT_SAVE_STACK_TRACE_TSK_ARM

#ifdef CONFIG_USER_STACKTRACE_SUPPORT
extern void save_stack_trace_user(struct stack_trace *trace);
#else