]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Remove open coded byte swap macro in alignment handler
authorAnton Blanchard <anton@samba.org>
Mon, 23 Sep 2013 02:04:46 +0000 (12:04 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 11 Oct 2013 05:48:35 +0000 (16:48 +1100)
commitf626190d27a8525fbb6e3a72831e177c092f8a44
tree44d18cad1646a37bb031e676db8bb854c5a6fe07
parent5c0484e25ec03243d4c2f2d4416d4a13efc77f6a
powerpc: Remove open coded byte swap macro in alignment handler

Use swab64/32/16 instead of open coding it.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/align.c