Skip to content

Commit

Permalink
powerpc: Remove phys_to_abs() now all users have been removed
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 f6b3df6 commit 6bfa5c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/powerpc/include/asm/abs_addr.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include <asm/page.h>
#include <asm/prom.h>

#define phys_to_abs(pa) (pa)

/* Convenience macros */
#define virt_to_abs(va) __pa(va)
#define abs_to_virt(aa) __va(aa)
Expand Down

0 comments on commit 6bfa5c5

Please sign in to comment.