From: Richard Kuo Date: Wed, 9 Apr 2014 00:00:45 +0000 (-0500) Subject: Hexagon: fix alignment of init_task in RW_DATA_SECTION X-Git-Tag: v3.19-rc1~13^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f6b708c19d6f1791ccfbb20543c64466ef7a5f83;p=karo-tx-linux.git Hexagon: fix alignment of init_task in RW_DATA_SECTION Signed-off-by: Richard Kuo --- diff --git a/arch/hexagon/kernel/vmlinux.lds.S b/arch/hexagon/kernel/vmlinux.lds.S index 44d8c47bae2f..5f268c1071b3 100644 --- a/arch/hexagon/kernel/vmlinux.lds.S +++ b/arch/hexagon/kernel/vmlinux.lds.S @@ -1,7 +1,7 @@ /* * 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 * it under the terms of the GNU General Public License version 2 and @@ -59,7 +59,7 @@ SECTIONS INIT_DATA_SECTION(PAGE_SIZE) _sdata = .; - RW_DATA_SECTION(32,PAGE_SIZE,PAGE_SIZE) + RW_DATA_SECTION(32,PAGE_SIZE,_THREAD_SIZE) RO_DATA_SECTION(PAGE_SIZE) _edata = .;