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:
3542550
)
powerpc: Create DOTSYM to wrap dot symbol usage
author
Anton Blanchard
<anton@samba.org>
Tue, 4 Feb 2014 05:07:01 +0000
(16:07 +1100)
committer
Anton Blanchard
<anton@samba.org>
Wed, 23 Apr 2014 00:05:19 +0000
(10:05 +1000)
There are a few places we have to use dot symbols with the
current ABI - the syscall table and the kvm hcall table.
Wrap both of these with a new macro called DOTSYM so it will
be easy to transition away from dot symbols in a future ABI.
Signed-off-by: Anton Blanchard <anton@samba.org>
No differences found