aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vmlinux_32.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/vmlinux_32.lds.S')
-rw-r--r--arch/x86/kernel/vmlinux_32.lds.S24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/x86/kernel/vmlinux_32.lds.S b/arch/x86/kernel/vmlinux_32.lds.S
index 3d3d49c31b0e..854009288ec4 100644
--- a/arch/x86/kernel/vmlinux_32.lds.S
+++ b/arch/x86/kernel/vmlinux_32.lds.S
@@ -1,27 +1,3 @@
1 /* Text and read-only data */
2 .text.head : AT(ADDR(.text.head) - LOAD_OFFSET) {
3 _text = .;
4 *(.text.head)
5 } :text = 0x9090
6
7 /* read-only */
8 .text : AT(ADDR(.text) - LOAD_OFFSET) {
9 /* not really needed, already page aligned */
10 . = ALIGN(PAGE_SIZE);
11 *(.text.page_aligned)
12 TEXT_TEXT
13 SCHED_TEXT
14 LOCK_TEXT
15 KPROBES_TEXT
16 IRQENTRY_TEXT
17 *(.fixup)
18 *(.gnu.warning)
19 /* End of text section */
20 _etext = .;
21 } :text = 0x9090
22
23 NOTES :text :note
24
25 /* Exception table */ 1 /* Exception table */
26 . = ALIGN(16); 2 . = ALIGN(16);
27 __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) { 3 __ex_table : AT(ADDR(__ex_table) - LOAD_OFFSET) {