Searched hist:"667 d1b48bcb66b89776ebefbaf05b358bc5907ce" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/include/asm/ |
H A D | futex.h | diff 667d1b48bcb66b89776ebefbaf05b358bc5907ce Fri Jun 15 10:49:58 CDT 2012 Will Deacon <will.deacon@arm.com> 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>
|
/openbmc/linux/arch/arm/kernel/ |
H A D | entry-armv.S | diff 667d1b48bcb66b89776ebefbaf05b358bc5907ce Fri Jun 15 10:49:58 CDT 2012 Will Deacon <will.deacon@arm.com> 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>
|