Re: [PATCH] extable: Skip sorting if the table is empty

2013-08-08 Thread Uwe Kleine-König
Hello, [adding akpm to Cc:] On Wed, Jul 17, 2013 at 09:55:11AM +0200, Uwe Kleine-König wrote: > At least on ARM no-MMU the extable is empty and so there is nothing to > sort. So add a check for the table to be empty which effectively only > changes that the misleading pr_notice is suppressed. >

Re: [PATCH] extable: Skip sorting if the table is empty

2013-08-08 Thread Uwe Kleine-König
Hello, [adding akpm to Cc:] On Wed, Jul 17, 2013 at 09:55:11AM +0200, Uwe Kleine-König wrote: At least on ARM no-MMU the extable is empty and so there is nothing to sort. So add a check for the table to be empty which effectively only changes that the misleading pr_notice is suppressed.

[PATCH] extable: Skip sorting if the table is empty

2013-07-17 Thread Uwe Kleine-König
At least on ARM no-MMU the extable is empty and so there is nothing to sort. So add a check for the table to be empty which effectively only changes that the misleading pr_notice is suppressed. Signed-off-by: Uwe Kleine-König --- Hello, I first tried to select BUILDTIME_EXTABLE_SORT for ARM

[PATCH] extable: Skip sorting if the table is empty

2013-07-17 Thread Uwe Kleine-König
At least on ARM no-MMU the extable is empty and so there is nothing to sort. So add a check for the table to be empty which effectively only changes that the misleading pr_notice is suppressed. Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- Hello, I first tried to select