x86: Make it so that __pa_symbol can only process kernel symbols on x86_64
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / page_32.h
index da4e762406f7da5913080fb5394b9d5b1197965e..4d550d04b6099bf444e8291ffdfde9538a4e47df 100644 (file)
@@ -15,6 +15,7 @@ extern unsigned long __phys_addr(unsigned long);
 #else
 #define __phys_addr(x)         __phys_addr_nodebug(x)
 #endif
+#define __phys_addr_symbol(x)  __phys_addr(x)
 #define __phys_reloc_hide(x)   RELOC_HIDE((x), 0)
 
 #ifdef CONFIG_FLATMEM