commit | 92b35e910fe14e6e3a5d498157375fb55ea5fd03 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Fri Mar 16 21:07:36 2007 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Fri Mar 16 21:07:36 2007 +0100 |
tree | 508fa1ea84140c7c32f2f2e69d7b7c3468f67e19 | |
parent | 28f36f8fbf5f3718f7095055c1911a67d200dda1 [diff] |
[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>