x86/asm: Use SYM_INNER_LABEL instead of GLOBAL
[linux-2.6-block.git] / arch / x86 / realmode / rm / reboot.S
index cd2f97b9623baeec44b4d3128d613f82802e439b..f91425a01f8f9186a50c33c648cc35ca3d915dc8 100644 (file)
@@ -33,7 +33,7 @@ ENTRY(machine_real_restart_asm)
        movl    %eax, %cr0
        ljmpl   $__KERNEL32_CS, $pa_machine_real_restart_paging_off
 
-GLOBAL(machine_real_restart_paging_off)
+SYM_INNER_LABEL(machine_real_restart_paging_off, SYM_L_GLOBAL)
        xorl    %eax, %eax
        xorl    %edx, %edx
        movl    $MSR_EFER, %ecx