summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-09-22 17:26:50 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-09-22 17:26:50 -0700
commit2a4db076c7a010230cade0a6eee22ab6623a8f25 (patch)
tree7689c6f8ebb1ed79259f21f926e8849cadb3095b /include/linux
parent374db4f7441365543bf742844853d0974ae6e445 (diff)
parent5b547541673b5cbb3a5f4a011629fe75c9b23a1d (diff)
Merge "arm/arm64: Define backport flag for save_stack_trace_tsk()"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/stacktrace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h
index 0a34489a46b6..17a33f31bfa2 100644
--- a/include/linux/stacktrace.h
+++ b/include/linux/stacktrace.h
@@ -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