commit | 716821c9438bf7a61edd4c097ed1415a9cf14a7d | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jun 24 12:28:56 2014 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jun 24 12:43:15 2014 +1000 |
tree | 6274335c4457375b5e31cd2288ab5ea94a69173b | |
parent | bf77ee2a7a544f09683f73dcd7cad7ef81f1005c [diff] |
powerpc: Remove __arch_swab* 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>