]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86: Export _proxy_pda for gcc 4.2
authorAndi Kleen <ak@suse.de>
Fri, 16 Mar 2007 20:07:36 +0000 (21:07 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Fri, 16 Mar 2007 20:07:36 +0000 (21:07 +0100)
commit67092ac24d628a67ee76b20bdc55303268d07453
tree508fa1ea84140c7c32f2f2e69d7b7c3468f67e19
parent29a68e9d814d96ff4154f9825841fe7770a27f7c
[PATCH] x86: Export _proxy_pda for gcc 4.2

The symbol is not actually used, but the compiler unforunately generates
a (unused) reference to it. This can happen even in modules. So export it.

Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/i386_ksyms.c
arch/x86_64/kernel/x8664_ksyms.c