aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/kernel/vmlinux.lds.S5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/alpha/kernel/vmlinux.lds.S b/arch/alpha/kernel/vmlinux.lds.S
index 6f4f0378e708..fe13daa5cb2c 100644
--- a/arch/alpha/kernel/vmlinux.lds.S
+++ b/arch/alpha/kernel/vmlinux.lds.S
@@ -3,7 +3,7 @@
3OUTPUT_FORMAT("elf64-alpha") 3OUTPUT_FORMAT("elf64-alpha")
4OUTPUT_ARCH(alpha) 4OUTPUT_ARCH(alpha)
5ENTRY(__start) 5ENTRY(__start)
6PHDRS { kernel PT_LOAD ; } 6PHDRS { kernel PT_LOAD; note PT_NOTE; }
7jiffies = jiffies_64; 7jiffies = jiffies_64;
8SECTIONS 8SECTIONS
9{ 9{
@@ -28,6 +28,9 @@ SECTIONS
28 __ex_table : { *(__ex_table) } 28 __ex_table : { *(__ex_table) }
29 __stop___ex_table = .; 29 __stop___ex_table = .;
30 30
31 NOTES :kernel :note
32 .dummy : { *(.dummy) } :kernel
33
31 RODATA 34 RODATA
32 35
33 /* Will be freed after init */ 36 /* Will be freed after init */