[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 e3d4b73..4afe26e 100644 (file)
@@ -28,3 +28,5 @@ EXPORT_SYMBOL(__read_lock_failed);
 #endif
 
 EXPORT_SYMBOL(csum_partial);
+
+EXPORT_SYMBOL(_proxy_pda);
index 0dffae6..77c25b3 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);