commit | 7db90c0222efeae676baa2c72758fcc00666e84f | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Wed Jul 25 21:19:51 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Sep 05 15:18:44 2012 +1000 |
tree | c2febe055542721659f1690e1c0fa9a8f7eeee60 | |
parent | 70267a7f47a5565519da5ca2dde35d3ebf7d6ffb [diff] |
powerpc/pasemi: Remove uses of virt_to_abs() and abs_to_virt() These days they are just wrappers around __pa() and __va() respectively. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>