diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-07-14 20:15:44 +0000 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-07-14 20:15:44 +0000 |
commit | 6d30e3a8995c9fa9e8471bb1dff8e070638df5ea (patch) | |
tree | c93562d7c66856108e7dfe43e1e85304cebb5d91 /scripts/mkcompile_h | |
parent | 53e88e03e63621a15ec7fbccaaaca1a0f1616ed4 (diff) | |
download | op-kernel-dev-6d30e3a8995c9fa9e8471bb1dff8e070638df5ea.zip op-kernel-dev-6d30e3a8995c9fa9e8471bb1dff8e070638df5ea.tar.gz |
kbuild: Avoid inconsistent kallsyms data
Several reports on inconsistent kallsyms data has been caused by the aliased symbols
__sched_text_start and __down to shift places in the output of nm.
The root cause was that on second pass ld aligned __sched_text_start to a 4 byte boundary
which is the function alignment on i386.
sched.text and spinlock.text is now aligned to an 8 byte boundary to make sure they
are aligned to a function alignemnt on most (all?) archs.
Tested by: Paulo Marques <pmarques@grupopie.com>
Tested by: Alexander Stohr <Alexander.Stohr@gmx.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/mkcompile_h')
0 files changed, 0 insertions, 0 deletions