aboutsummaryrefslogtreecommitdiff
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.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/vmlinux_32.lds.S b/arch/x86/kernel/vmlinux_32.lds.S
index 36c8fbd3c76..d23ee2c15c2 100644
--- a/arch/x86/kernel/vmlinux_32.lds.S
+++ b/arch/x86/kernel/vmlinux_32.lds.S
@@ -1,11 +1,5 @@
- PERCPU(PAGE_SIZE)
-
- . = ALIGN(PAGE_SIZE);
- /* freed after init ends here */
-
/* BSS */
.bss : AT(ADDR(.bss) - LOAD_OFFSET) {
- __init_end = .;
__bss_start = .;
*(.bss.page_aligned)
*(.bss)