Re: [PATCH] ARC: extable: Enable sorting at build time

2013-11-19 Thread Vineet Gupta
On 11/19/2013 08:30 PM, Michal Marek wrote: > Dne 19.11.2013 12:08, Vineet Gupta napsal(a): >> Ping ? people OK if I take this via arc tree (after baking it in linux-next >> for >> some time). > It makes more sense to add it to the arc tree than kbuild. If that's > what you are asking? Yep, that'

Re: [PATCH] ARC: extable: Enable sorting at build time

2013-11-19 Thread David Daney
On 11/14/2013 10:45 PM, Vineet Gupta wrote: Avoids wasting cycles at boot specially on slower simulators Signed-off-by: Vineet Gupta Cc: David Daney Cc: Michal Marek Cc: Francois Bedard Cc: linux-kernel@vger.kernel.org I haven't tested it, but this looks sane. Acked-by: David Daney I ha

Re: [PATCH] ARC: extable: Enable sorting at build time

2013-11-19 Thread Michal Marek
Dne 19.11.2013 12:08, Vineet Gupta napsal(a): > Ping ? people OK if I take this via arc tree (after baking it in linux-next > for > some time). It makes more sense to add it to the arc tree than kbuild. If that's what you are asking? Thanks, Michal > > -Vineet > > On 11/15/2013 12:15 PM, Vine

Re: [PATCH] ARC: extable: Enable sorting at build time

2013-11-19 Thread Vineet Gupta
Ping ? people OK if I take this via arc tree (after baking it in linux-next for some time). -Vineet On 11/15/2013 12:15 PM, Vineet Gupta wrote: > Avoids wasting cycles at boot specially on slower simulators > > Signed-off-by: Vineet Gupta > Cc: David Daney > Cc: Michal Marek > Cc: Francois Bed

[PATCH] ARC: extable: Enable sorting at build time

2013-11-14 Thread Vineet Gupta
Avoids wasting cycles at boot specially on slower simulators Signed-off-by: Vineet Gupta Cc: David Daney Cc: Michal Marek Cc: Francois Bedard Cc: linux-kernel@vger.kernel.org --- arch/arc/Kconfig | 1 + scripts/sortextable.c | 5 + 2 files changed, 6 insertions(+) diff --git a/arch/