powerpc: Remove phys_to_abs() now all users have been removed
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
f6b3df625a
commit
6bfa5c586b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user