From: Andi Kleen Date: Fri, 16 Mar 2007 20:07:36 +0000 (+0100) Subject: [PATCH] x86: Export _proxy_pda for gcc 4.2 X-Git-Tag: v2.6.21-rc5~70^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b35e910fe14e6e3a5d498157375fb55ea5fd03;p=pandora-kernel.git [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 --- Reading git-diff-tree failed