commit | b9b32bf70f2fb710b07c94e13afbc729afe221da | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jul 04 12:03:31 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jul 31 21:34:24 2013 +0100 |
tree | 865285ebb52964077d2b8a89a9e6b4d9e56eec5c | |
parent | 19accfd373847ac3d10623c5d20f948846299741 [diff] |
ARM: use linker magic for vectors and vector stubs Use linker magic to create the vectors and vector stubs: we can tell the linker to place them at an appropriate VMA, but keep the LMA within the kernel. This gets rid of some unnecessary symbol manipulation, and have the linker calculate the relocations appropriately. Cc: <stable@vger.kernel.org> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>