Searched hist:e656a634118285142063527b2cd40c749036de82 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | extable.c | diff e656a634118285142063527b2cd40c749036de82 Wed Sep 11 16:23:27 CDT 2013 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> extable: skip sorting if the table is empty
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-koenig@pengutronix.de> Cc: Ingo Molnar <mingo@kernel.org> Cc: David Daney <david.daney@cavium.com> Cc: "H. Peter Anvin" <hpa@linux.intel.com> Cc: Borislav Petkov <bp@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|