diff options
Diffstat (limited to 'include/asm-x86/page_32.h')
-rw-r--r-- | include/asm-x86/page_32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-x86/page_32.h b/include/asm-x86/page_32.h index 424e82f8ae27..9159bfb9dcf9 100644 --- a/include/asm-x86/page_32.h +++ b/include/asm-x86/page_32.h | |||
@@ -64,7 +64,8 @@ typedef struct page *pgtable_t; | |||
64 | #endif | 64 | #endif |
65 | 65 | ||
66 | #ifndef __ASSEMBLY__ | 66 | #ifndef __ASSEMBLY__ |
67 | #define __phys_addr(x) ((x) - PAGE_OFFSET) | 67 | #define __phys_addr_const(x) ((x) - PAGE_OFFSET) |
68 | extern unsigned long __phys_addr(unsigned long); | ||
68 | #define __phys_reloc_hide(x) RELOC_HIDE((x), 0) | 69 | #define __phys_reloc_hide(x) RELOC_HIDE((x), 0) |
69 | 70 | ||
70 | #ifdef CONFIG_FLATMEM | 71 | #ifdef CONFIG_FLATMEM |