aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/vmlinux.lds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index 48ade3168b13..d656b4624024 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -98,6 +98,7 @@
98 VMLINUX_SYMBOL(__stop___tracepoints) = .; \ 98 VMLINUX_SYMBOL(__stop___tracepoints) = .; \
99 LIKELY_PROFILE() \ 99 LIKELY_PROFILE() \
100 BRANCH_PROFILE() \ 100 BRANCH_PROFILE() \
101 TRACE_PRINTKS() \
101 FTRACE_EVENTS() 102 FTRACE_EVENTS()
102 103
103#define RO_DATA(align) \ 104#define RO_DATA(align) \
@@ -108,7 +109,6 @@
108 *(__vermagic) /* Kernel version magic */ \ 109 *(__vermagic) /* Kernel version magic */ \
109 *(__markers_strings) /* Markers: strings */ \ 110 *(__markers_strings) /* Markers: strings */ \
110 *(__tracepoints_strings)/* Tracepoints: strings */ \ 111 *(__tracepoints_strings)/* Tracepoints: strings */ \
111 TRACE_PRINTKS() \
112 } \ 112 } \
113 \ 113 \
114 .rodata1 : AT(ADDR(.rodata1) - LOAD_OFFSET) { \ 114 .rodata1 : AT(ADDR(.rodata1) - LOAD_OFFSET) { \