diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2012-07-25 23:20:02 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-09-05 07:19:33 +0200 |
commit | c6424e32c30a06a13e5d2505058a8496bd318d6a (patch) | |
tree | d66155402d81ff4ec2d484303f8eb48fdc7830d7 | |
parent | powerpc: Remove abs_to_virt() now all users have been fixed (diff) | |
download | linux-c6424e32c30a06a13e5d2505058a8496bd318d6a.tar.xz linux-c6424e32c30a06a13e5d2505058a8496bd318d6a.zip |
powerpc: Remove virt_to_abs() now all users have been fixed
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/include/asm/abs_addr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/abs_addr.h b/arch/powerpc/include/asm/abs_addr.h index 80a9535cb30d..dc667d45603e 100644 --- a/arch/powerpc/include/asm/abs_addr.h +++ b/arch/powerpc/include/asm/abs_addr.h @@ -18,8 +18,5 @@ #include <asm/page.h> #include <asm/prom.h> -/* Convenience macros */ -#define virt_to_abs(va) __pa(va) - #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_ABS_ADDR_H */ |