aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/vmlinux.lds.S')
-rw-r--r--arch/i386/kernel/vmlinux.lds.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/vmlinux.lds.S b/arch/i386/kernel/vmlinux.lds.S
index 6f38f818380b..f4ec72231835 100644
--- a/arch/i386/kernel/vmlinux.lds.S
+++ b/arch/i386/kernel/vmlinux.lds.S
@@ -61,8 +61,6 @@ SECTIONS
61 __stop___ex_table = .; 61 __stop___ex_table = .;
62 } 62 }
63 63
64 RODATA
65
66 BUG_TABLE 64 BUG_TABLE
67 65
68 . = ALIGN(4); 66 . = ALIGN(4);
@@ -72,6 +70,8 @@ SECTIONS
72 __tracedata_end = .; 70 __tracedata_end = .;
73 } 71 }
74 72
73 RODATA
74
75 /* writeable */ 75 /* writeable */
76 . = ALIGN(4096); 76 . = ALIGN(4096);
77 .data : AT(ADDR(.data) - LOAD_OFFSET) { /* Data */ 77 .data : AT(ADDR(.data) - LOAD_OFFSET) { /* Data */