]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[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)
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

index e3d4b73bfdb0334e6cfb0ccc54a7615acd337ace..4afe26e86260e2503a930915533506433cc2a26f 100644 (file)
@@ -28,3 +28,5 @@ EXPORT_SYMBOL(__read_lock_failed);
 #endif
 
 EXPORT_SYMBOL(csum_partial);
+
+EXPORT_SYMBOL(_proxy_pda);
index 0dffae69f4ad89a52e0deb67688d1648f3f32c21..77c25b307635f6c521506b04f51d728ff7ac1b13 100644 (file)
@@ -59,3 +59,4 @@ EXPORT_SYMBOL(empty_zero_page);
 EXPORT_SYMBOL(init_level4_pgt);
 EXPORT_SYMBOL(load_gs_index);
 
+EXPORT_SYMBOL(_proxy_pda);