From: Uwe Kleine-König Date: Wed, 11 Sep 2013 21:23:27 +0000 (-0700) Subject: extable: skip sorting if the table is empty X-Git-Tag: v3.12-rc1~52^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e656a634118285142063527b2cd40c749036de82;p=pandora-kernel.git 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 Cc: Ingo Molnar Cc: David Daney Cc: "H. Peter Anvin" Cc: Borislav Petkov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed