diff options
author | Will Deacon <will.deacon@arm.com> | 2012-01-20 15:01:09 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-23 14:20:04 +0400 |
commit | 972da06470519b6eaef9776a586e2353f089de9c (patch) | |
tree | 346f0f57424c9e2e01b1fa00113557082028ef1b /arch/arm/mach-msm/hotplug.c | |
parent | f0d5375e3c7b5d7f128af03c5271c328faeb3ae7 (diff) | |
download | linux-972da06470519b6eaef9776a586e2353f089de9c.tar.xz |
ARM: 7290/1: vmlinux.lds.S: align the exception fixup table to a 4-byte boundary
The exception fixup table is currently aligned to a 32-byte boundary.
Whilst this won't cause any problems, the exception_table_entry
structures contain only a pair of unsigned longs, so 4-byte alignment
is all that is required. If the table was walked from start to end,
cacheline alignment may bring some performance benefits, but since a
binary search is used, the access pattern is random and will not benefit
from a stricter alignment.
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-msm/hotplug.c')
0 files changed, 0 insertions, 0 deletions