diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2012-07-25 23:20:01 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-09-05 07:19:32 +0200 |
commit | 4130b5d7b733c94055c53056b43aa887dc163d99 (patch) | |
tree | ee42e0c05ed38cfe1ba6297954ec1b7245a4bc5d | |
parent | powerpc: Remove phys_to_abs() now all users have been removed (diff) | |
download | linux-4130b5d7b733c94055c53056b43aa887dc163d99.tar.xz linux-4130b5d7b733c94055c53056b43aa887dc163d99.zip |
powerpc: Remove abs_to_virt() 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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/abs_addr.h b/arch/powerpc/include/asm/abs_addr.h index 4c92fba8c92c..80a9535cb30d 100644 --- a/arch/powerpc/include/asm/abs_addr.h +++ b/arch/powerpc/include/asm/abs_addr.h @@ -20,7 +20,6 @@ /* Convenience macros */ #define virt_to_abs(va) __pa(va) -#define abs_to_virt(aa) __va(aa) #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_ABS_ADDR_H */ |