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

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
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -172,12 +172,14 @@ SECTIONS
	}
	PERCPU_SECTION(SMP_CACHE_BYTES)

#ifdef CONFIG_JUMP_LABEL
	. = ALIGN(PAGE_SIZE);
	.exit.text : {
		EXIT_TEXT
	}
#endif

	.exit.data : {
		EXIT_DATA
	}

	. = ALIGN(PAGE_SIZE);
	__init_end = .;