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

Commit f6b708c1 authored by Richard Kuo's avatar Richard Kuo
Browse files

Hexagon: fix alignment of init_task in RW_DATA_SECTION



Signed-off-by: default avatarRichard Kuo <rkuo@codeaurora.org>
parent cb84c2b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
/*
/*
 * Linker script for Hexagon kernel
 * Linker script for Hexagon kernel
 *
 *
 * Copyright (c) 2010-2013, The Linux Foundation. All rights reserved.
 * Copyright (c) 2010-2014, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * it under the terms of the GNU General Public License version 2 and
@@ -59,7 +59,7 @@ SECTIONS
	INIT_DATA_SECTION(PAGE_SIZE)
	INIT_DATA_SECTION(PAGE_SIZE)


	_sdata = .;
	_sdata = .;
		RW_DATA_SECTION(32,PAGE_SIZE,PAGE_SIZE)
		RW_DATA_SECTION(32,PAGE_SIZE,_THREAD_SIZE)
		RO_DATA_SECTION(PAGE_SIZE)
		RO_DATA_SECTION(PAGE_SIZE)
	_edata = .;
	_edata = .;