diff options
author | Brian Gerst <brgerst@gmail.com> | 2009-01-26 13:44:05 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-26 14:18:10 (GMT) |
commit | 5a611268b69f05262936dd177205acbce4471358 (patch) | |
tree | 279e49c5b3f597790817959c63070ff989d51952 /drivers | |
parent | 99d0000f710f3432182761f65f9658f1cf0bf455 (diff) | |
download | linux-5a611268b69f05262936dd177205acbce4471358.tar.xz |
generic, x86: fix __per_cpu_load relocation
This patch fixes this linker error:
WARNING: Absolute relocations present
Offset Info Type Sym.Value Sym.Name
c0a4e07d 00e78001 R_386_32 c0ab0000 __per_cpu_load
Now, __per_cpu_load is a section-relative symbol:
c0aa4000 D __per_cpu_load
c0aa4000 A __per_cpu_load_abs
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions