]> Git Repo - linux.git/commit - arch/arm64/Kconfig
arm64: extable: sort the exception table at build time
authorWill Deacon <[email protected]>
Wed, 8 May 2013 16:29:24 +0000 (17:29 +0100)
committerCatalin Marinas <[email protected]>
Wed, 12 Jun 2013 10:23:01 +0000 (11:23 +0100)
commitadace89562c7a9645b8dc84f6e1ac7ba8756094e
tree8a2cef419d80b54769da7cf5853ff4292f9e8237
parent73150c983ac1f9b7653cfd3823b1ad4a44aad3bf
arm64: extable: sort the exception table at build time

As is done for other architectures, sort the exception table at
build-time rather than during boot.

Since sortextable appears to be a standalone C program relying on the
host elf.h to provide EM_AARCH64, I've had to add a conditional check in
order to allow cross-compilation on machines that aren't running a
bleeding-edge libc-dev.

Signed-off-by: Will Deacon <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/Kconfig
arch/arm64/kernel/vmlinux.lds.S
scripts/sortextable.c
This page took 0.054903 seconds and 4 git commands to generate.