aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/sections.h
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2015-06-15 07:32:39 -0500
committerGary S. Robertson <gary.robertson@linaro.org>2015-06-15 07:32:39 -0500
commitb57ffdabee89d9af03d470803acf5f220722963f (patch)
tree14eb53a4449f8950733c4fe8c33882cef6d9a454 /include/asm-generic/sections.h
parent6cf74712ced25affec76636c39d4d625b82b218a (diff)
parent0c94ab754b26e23ecdd6ddb1607c7a3e3f0f27fc (diff)
Merge tag 'lsk-v3.14-15.05' into linux-linaro-lng-v3.14
LSK 15.05 v3.14
Diffstat (limited to 'include/asm-generic/sections.h')
-rw-r--r--include/asm-generic/sections.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h
index f1a24b5c3b90..b58fd667f87b 100644
--- a/include/asm-generic/sections.h
+++ b/include/asm-generic/sections.h
@@ -3,6 +3,8 @@
/* References to section boundaries */
+#include <linux/compiler.h>
+
/*
* Usage guidelines:
* _text, _data: architecture specific, don't use them in arch-independent code
@@ -37,6 +39,8 @@ extern char __start_rodata[], __end_rodata[];
/* Start and end of .ctors section - used for constructor calls. */
extern char __ctors_start[], __ctors_end[];
+extern __visible const void __nosave_begin, __nosave_end;
+
/* function descriptor handling (if any). Override
* in asm/sections.h */
#ifndef dereference_function_descriptor