80a9535cb30df0e25a64ac15b727b4d035871aac
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / include / asm / abs_addr.h
1 #ifndef _ASM_POWERPC_ABS_ADDR_H
2 #define _ASM_POWERPC_ABS_ADDR_H
3 #ifdef __KERNEL__
4
5
6 /*
7  * c 2001 PPC 64 Team, IBM Corp
8  *
9  * This program is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License
11  * as published by the Free Software Foundation; either version
12  * 2 of the License, or (at your option) any later version.
13  */
14
15 #include <linux/memblock.h>
16
17 #include <asm/types.h>
18 #include <asm/page.h>
19 #include <asm/prom.h>
20
21 /* Convenience macros */
22 #define virt_to_abs(va) __pa(va)
23
24 #endif /* __KERNEL__ */
25 #endif /* _ASM_POWERPC_ABS_ADDR_H */