Skip to content

Commit

Permalink
powerpc: Remove virt_to_abs() now all users have been fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Michael Ellerman authored and Benjamin Herrenschmidt committed Sep 5, 2012
1 parent 4130b5d commit c6424e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/powerpc/include/asm/abs_addr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit c6424e3

Please sign in to comment.