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:
2d8f613
)
[SPARC64]: Fix pfn_pte() build failure.
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 21 Aug 2006 22:27:16 +0000
(15:27 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 22 Aug 2006 21:35:40 +0000
(14:35 -0700)
The "%uhi" needs to be "%%uhi" because we want a real
"%" character in the assembler here, instead of an
assembler variable expansion.
Aparently older GCCs were more liberal and interpreted
this %-letter as a literal "%" for whatever reason.
Based upon a build failure report from Meelis Roos.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found