Merge remote-tracking branch 'battery/for-next'
[deliverable/linux.git] / arch / x86 / kernel / head_64.S
index 9f8efc9f00756a4e19c4b12e834483b6cf7150c4..537d913f45ecbdf9c397920ce91bc493a888a9ca 100644 (file)
@@ -21,6 +21,7 @@
 #include <asm/percpu.h>
 #include <asm/nops.h>
 #include "../entry/calling.h"
+#include <asm/export.h>
 
 #ifdef CONFIG_PARAVIRT
 #include <asm/asm-offsets.h>
@@ -488,10 +489,12 @@ early_gdt_descr_base:
 ENTRY(phys_base)
        /* This must match the first entry in level2_kernel_pgt */
        .quad   0x0000000000000000
+EXPORT_SYMBOL(phys_base)
 
 #include "../../x86/xen/xen-head.S"
        
        __PAGE_ALIGNED_BSS
 NEXT_PAGE(empty_zero_page)
        .skip PAGE_SIZE
+EXPORT_SYMBOL(empty_zero_page)
 
This page took 0.027948 seconds and 5 git commands to generate.