aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/page_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/page_32.h')
-rw-r--r--include/asm-x86/page_32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-x86/page_32.h b/include/asm-x86/page_32.h
index 9159bfb9dcf9..71a2e424e584 100644
--- a/include/asm-x86/page_32.h
+++ b/include/asm-x86/page_32.h
@@ -65,7 +65,11 @@ typedef struct page *pgtable_t;
65 65
66#ifndef __ASSEMBLY__ 66#ifndef __ASSEMBLY__
67#define __phys_addr_const(x) ((x) - PAGE_OFFSET) 67#define __phys_addr_const(x) ((x) - PAGE_OFFSET)
68#ifdef CONFIG_DEBUG_VIRTUAL
68extern unsigned long __phys_addr(unsigned long); 69extern unsigned long __phys_addr(unsigned long);
70#else
71#define __phys_addr(x) ((x) - PAGE_OFFSET)
72#endif
69#define __phys_reloc_hide(x) RELOC_HIDE((x), 0) 73#define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
70 74
71#ifdef CONFIG_FLATMEM 75#ifdef CONFIG_FLATMEM