From: Ivan Kokshaysky Date: Thu, 30 Apr 2009 22:08:47 +0000 (-0700) Subject: alpha: exception table sorting X-Git-Tag: v2.6.30-rc5~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08a42e86bce511b45ca3eee40f51674b02a777d1;p=pandora-kernel.git alpha: exception table sorting Exception fixups for sections other than .text (like one in futex_init()) break the natural ordering of fixup entries, so sorting is required. Without that the result of the exception table search depends on phase of the moon. Signed-off-by: Ivan Kokshaysky Cc: Al Viro Cc: Richard Henderson Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed