Re: [PATCH 10/17] tile: Remove tile-specific _sinitdata and _einitdata

2014-07-10 Thread Geert Uytterhoeven
Hi Chris, On Thu, Jul 10, 2014 at 9:49 PM, Chris Metcalf wrote: > On 7/9/2014 2:33 PM, Geert Uytterhoeven wrote: >> On Thu, Nov 14, 2013 at 3:55 PM, Chris Metcalf >> wrote: >>> On 11/14/2013 3:31 AM, Geert Uytterhoeven wrote: Feel free to take v2 below. Thanks! From d761d4d63945f

Re: [PATCH 10/17] tile: Remove tile-specific _sinitdata and _einitdata

2014-07-10 Thread Chris Metcalf
On 7/9/2014 2:33 PM, Geert Uytterhoeven wrote: Hi Chris, On Thu, Nov 14, 2013 at 3:55 PM, Chris Metcalf wrote: On 11/14/2013 3:31 AM, Geert Uytterhoeven wrote: Feel free to take v2 below. Thanks! From d761d4d63945ff0a6eab5a9058c132f870c92aff Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven

Re: [PATCH 10/17] tile: Remove tile-specific _sinitdata and _einitdata

2014-07-09 Thread Geert Uytterhoeven
Hi Chris, On Thu, Nov 14, 2013 at 3:55 PM, Chris Metcalf wrote: > On 11/14/2013 3:31 AM, Geert Uytterhoeven wrote: >> Feel free to take v2 below. Thanks! >> >> From d761d4d63945ff0a6eab5a9058c132f870c92aff Mon Sep 17 00:00:00 2001 >> From: Geert Uytterhoeven >> Date: Fri, 8 Nov 2013 21:33:29 +01

Re: [PATCH 10/17] tile: Remove tile-specific _sinitdata and _einitdata

2013-11-14 Thread Chris Metcalf
On 11/14/2013 3:31 AM, Geert Uytterhoeven wrote: > Feel free to take v2 below. Thanks! > > From d761d4d63945ff0a6eab5a9058c132f870c92aff Mon Sep 17 00:00:00 2001 > From: Geert Uytterhoeven > Date: Fri, 8 Nov 2013 21:33:29 +0100 > Subject: [PATCH -v2] tile: Remove tile-specific _sinitdata and _eini

Re: [PATCH 10/17] tile: Remove tile-specific _sinitdata and _einitdata

2013-11-14 Thread Geert Uytterhoeven
Hi Chris, On Wed, 13 Nov 2013, Chris Metcalf wrote: > On 11/12/2013 2:42 PM, Geert Uytterhoeven wrote: > > Use standard __init_begin and __init_end instead. > > > > Signed-off-by: Geert Uytterhoeven > > Cc: Chris Metcalf > [...] > > @@ -534,7 +534,7 @@ static void __init kernel_physical_

Re: [PATCH 10/17] tile: Remove tile-specific _sinitdata and _einitdata

2013-11-13 Thread Chris Metcalf
On 11/12/2013 2:42 PM, Geert Uytterhoeven wrote: > Use standard __init_begin and __init_end instead. > > Signed-off-by: Geert Uytterhoeven > Cc: Chris Metcalf [...] > @@ -534,7 +534,7 @@ static void __init kernel_physical_mapping_init(pgd_t > *pgd_base) > > BUG_ON(address != (uns

[PATCH 10/17] tile: Remove tile-specific _sinitdata and _einitdata

2013-11-12 Thread Geert Uytterhoeven
Use standard __init_begin and __init_end instead. Signed-off-by: Geert Uytterhoeven Cc: Chris Metcalf --- arch/tile/include/asm/sections.h |3 --- arch/tile/kernel/vmlinux.lds.S |2 -- arch/tile/mm/init.c | 18 +- 3 files changed, 9 insertions(+), 14 del