alpha: exception table sorting
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Thu, 30 Apr 2009 22:08:47 +0000 (15:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 May 2009 22:36:10 +0000 (15:36 -0700)
commit08a42e86bce511b45ca3eee40f51674b02a777d1
tree48a518301cf5a7bf9fecbdb554668a68cfb454c2
parent1ffb1c0c64b4a2b75eed1f63cc47f2beb711c92f
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 <ink@jurassic.park.msu.ru>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Richard Henderson <rth@twiddle.net
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/include/asm/uaccess.h
arch/alpha/mm/extable.c