]> git.baikalelectronics.ru Git - kernel.git/commit
generic, x86: fix __per_cpu_load relocation
authorBrian Gerst <brgerst@gmail.com>
Mon, 26 Jan 2009 13:44:05 +0000 (08:44 -0500)
committerIngo Molnar <mingo@elte.hu>
Mon, 26 Jan 2009 14:18:10 +0000 (15:18 +0100)
commit68262c04e141a4030fc010a76ba14b56e5b61482
tree279e49c5b3f597790817959c63070ff989d51952
parent96f6fb5011aa20012f3e5fd2fc1f9bd7d8e975e9
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>
include/asm-generic/vmlinux.lds.h