Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5645615a authored by David S. Miller's avatar David S. Miller Committed by Greg Kroah-Hartman
Browse files

sparc: Add .exit.data section.



[ Upstream commit 548f0b9a5f4cffa0cecf62eb12aa8db682e4eee6 ]

This fixes build errors of all sorts.

Also, emit .exit.text unconditionally.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent f524a256
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -167,12 +167,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 = .;