diff options
Diffstat (limited to 'arch/arm/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/arm/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index 6be67296f333..faf32de5c5ad 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
@@ -119,7 +119,7 @@ SECTIONS | |||
119 | * first, the init task union, aligned | 119 | * first, the init task union, aligned |
120 | * to an 8192 byte boundary. | 120 | * to an 8192 byte boundary. |
121 | */ | 121 | */ |
122 | *(.init.task) | 122 | *(.data.init_task) |
123 | 123 | ||
124 | #ifdef CONFIG_XIP_KERNEL | 124 | #ifdef CONFIG_XIP_KERNEL |
125 | . = ALIGN(4096); | 125 | . = ALIGN(4096); |