Commit 548f0b9a authored by David S. Miller's avatar David S. Miller

sparc: Add .exit.data section.

This fixes build errors of all sorts.

Also, emit .exit.text unconditionally.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 038029c0
...@@ -172,12 +172,14 @@ SECTIONS ...@@ -172,12 +172,14 @@ SECTIONS
} }
PERCPU_SECTION(SMP_CACHE_BYTES) PERCPU_SECTION(SMP_CACHE_BYTES)
#ifdef CONFIG_JUMP_LABEL
. = ALIGN(PAGE_SIZE); . = ALIGN(PAGE_SIZE);
.exit.text : { .exit.text : {
EXIT_TEXT EXIT_TEXT
} }
#endif
.exit.data : {
EXIT_DATA
}
. = ALIGN(PAGE_SIZE); . = ALIGN(PAGE_SIZE);
__init_end = .; __init_end = .;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment