Re: [PATCH] arm64: use generic RW_DATA_SECTION macro in linker script

2013-11-04 Thread Catalin Marinas
On Mon, Nov 04, 2013 at 04:38:47PM +, Mark Salter wrote: > The .data section in the arm64 linker script currently lacks a > definition for page-aligned data. This leads to a .page_aligned > section being placed between the end of data and start of bss. > This patch corrects that by using the ge

Re: [PATCH] arm64: use generic RW_DATA_SECTION macro in linker script

2013-11-04 Thread Will Deacon
On Mon, Nov 04, 2013 at 04:38:47PM +, Mark Salter wrote: > The .data section in the arm64 linker script currently lacks a > definition for page-aligned data. This leads to a .page_aligned > section being placed between the end of data and start of bss. > This patch corrects that by using the ge