summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2011-08-19 16:41:55 -0700
committerJohn Stultz <john.stultz@linaro.org>2011-08-19 16:41:55 -0700
commitd3828df964e542533765b23f9a343657c7860e17 (patch)
treea7c34aae8835dc9db8a0df8adafdffe9ea85f651 /include
parent7c52cc1dd1b8930107cce801a161df10b8a34275 (diff)
parentefcf89c8eb62b7c0c5976cb94f892c891afea199 (diff)
Merge branch 'upstream/android-3.0' into linaro-android-3.0
Diffstat (limited to 'include')
-rw-r--r--include/linux/kernel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 953352a8833..47e8dbea85c 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -736,4 +736,7 @@ extern int __build_bug_on_failed;
# define REBUILD_DUE_TO_FTRACE_MCOUNT_RECORD
#endif
+/* To identify board information in panic logs, set this */
+extern char *mach_panic_string;
+
#endif