scripts: Add sortextable to sort the kernel's exception table.
authorDavid Daney <david.daney@cavium.com>
Thu, 19 Apr 2012 21:59:55 +0000 (14:59 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 19 Apr 2012 22:06:55 +0000 (15:06 -0700)
commita79f248b9b309ebb5f34ca6a8fd1eb9e18db5720
treebab3fe4ac76370948b4ca62b41253c488ca96c38
parente816b57a337ea3b755de72bec38c10c864f23015
scripts: Add sortextable to sort the kernel's exception table.

Using this build-time sort saves time booting as we don't have to burn
cycles sorting the exception table.

Signed-off-by: David Daney <david.daney@cavium.com>
Link: http://lkml.kernel.org/r/1334872799-14589-2-git-send-email-ddaney.cavm@gmail.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
scripts/.gitignore
scripts/Makefile
scripts/sortextable.c [new file with mode: 0644]
scripts/sortextable.h [new file with mode: 0644]