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:
bf77ee2
)
powerpc: Remove __arch_swab*
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 24 Jun 2014 02:28:56 +0000
(12:28 +1000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 24 Jun 2014 02:43:15 +0000
(12:43 +1000)
The generic code uses gcc built-ins which work fine so there's no benefit
in implementing our own anymore.
We can't completely remove the ld/st_le* functions as some historical
cruft still uses them, but that's next on the radar
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found