]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto driver
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 25 Jul 2012 21:19:48 +0000 (21:19 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 5 Sep 2012 05:18:42 +0000 (15:18 +1000)
commit3733f34cca99ce35a71025169f4a297fe24486bd
tree133544bcfd6820d3f15ed14faa2457b43e35ff57
parent3551923cdf53721eb968a0d415d250f3c0d3e9fa
powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto driver

phys_to_abs() is a nop, don't use it.

virt_to_abs() is just a wrapper around __pa(), call __pa() directly.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/crypto/nx/nx.c