]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: 7425/1: extable: ensure fixup entries are 4-byte aligned
authorWill Deacon <will.deacon@arm.com>
Fri, 15 Jun 2012 15:49:58 +0000 (16:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 16 Jun 2012 15:30:25 +0000 (16:30 +0100)
commit667d1b48bcb66b89776ebefbaf05b358bc5907ce
treeeee7dcb6957c8a685e78fa132fb805edffc8a271
parent2bea29b774ccb4bf32c7b299c677fccc5a1d8443
ARM: 7425/1: extable: ensure fixup entries are 4-byte aligned

Fixup entries in the kernel exception tables should be 4-byte aligned
since we return directly to them when handling a faulting instruction in
the kernel.

This patch adds the missing align directives to the fixup entries.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/futex.h
arch/arm/kernel/entry-armv.S