diff options
Diffstat (limited to 'arch/microblaze/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/microblaze/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S index e704188d785..ecee15342e6 100644 --- a/arch/microblaze/kernel/vmlinux.lds.S +++ b/arch/microblaze/kernel/vmlinux.lds.S | |||
@@ -86,6 +86,7 @@ SECTIONS { | |||
86 | _KERNEL_SDA_BASE_ = _ssro + (_ssro_size / 2) ; | 86 | _KERNEL_SDA_BASE_ = _ssro + (_ssro_size / 2) ; |
87 | } | 87 | } |
88 | 88 | ||
89 | . = ALIGN(PAGE_SIZE); | ||
89 | __init_begin = .; | 90 | __init_begin = .; |
90 | 91 | ||
91 | INIT_TEXT_SECTION(PAGE_SIZE) | 92 | INIT_TEXT_SECTION(PAGE_SIZE) |