commit | b4b8d1e48e05313b163a36946be1a82e5bc5f9ad | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Wed Jul 25 21:19:53 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Sep 05 15:18:45 2012 +1000 |
tree | fe8f502ead38666aae28e573465b7ecc48f6ba6a | |
parent | 579468a9f4634c18a59ce8435c12b0623c8b924f [diff] |
IB/ehca: Remove uses of virt_to_abs() and abs_to_virt() abs_to_virt() simply calls __va() and we'd like to get rid of it, so replace all abs_to_virt() uses with __va(). __va() returns void *, so when assigning to a pointer there's no need to cast. Similarly virt_to_abs() just calls __pa(). Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>