git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f36f8
)
[PATCH] x86: Export _proxy_pda for gcc 4.2
author
Andi Kleen
<ak@suse.de>
Fri, 16 Mar 2007 20:07:36 +0000
(21:07 +0100)
committer
Andi 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>
No differences found