commit | 579468a9f4634c18a59ce8435c12b0623c8b924f | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Wed Jul 25 21:19:52 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Sep 05 15:18:44 2012 +1000 |
tree | 6966abe55cc2724996fa5c17ca6637c100c028a5 | |
parent | 7db90c0222efeae676baa2c72758fcc00666e84f [diff] |
powerpc/dart: 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>