aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/vmlinux.lds.S')
-rw-r--r--arch/powerpc/kernel/vmlinux.lds.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S
index d41fd0af8980..072a23a17350 100644
--- a/arch/powerpc/kernel/vmlinux.lds.S
+++ b/arch/powerpc/kernel/vmlinux.lds.S
@@ -72,6 +72,15 @@ SECTIONS
72 /* Read-only data */ 72 /* Read-only data */
73 RODATA 73 RODATA
74 74
75#ifdef CONFIG_PPC64
76 . = ALIGN(8);
77 __rfi_flush_fixup : AT(ADDR(__rfi_flush_fixup) - LOAD_OFFSET) {
78 __start___rfi_flush_fixup = .;
79 *(__rfi_flush_fixup)
80 __stop___rfi_flush_fixup = .;
81 }
82#endif
83
75 EXCEPTION_TABLE(0) 84 EXCEPTION_TABLE(0)
76 85
77 NOTES :kernel :notes 86 NOTES :kernel :notes