]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/boot/compressed/head_32.S
x86: compressed head_32 - use ENTRY,ENDPROC macros
[karo-tx-linux.git] / arch / x86 / boot / compressed / head_32.S
index 29c5fbf08392359ec77f4149b7b45c24cd8d071b..9f20d3794060e23e9dd191b3bbfa481f28e1d397 100644 (file)
@@ -30,9 +30,7 @@
 #include <asm/asm-offsets.h>
 
 .section ".text.head","ax",@progbits
-       .globl startup_32
-
-startup_32:
+ENTRY(startup_32)
        cld
        /* test KEEP_SEGMENTS flag to see if the bootloader is asking
         * us to not reload segments */
@@ -113,6 +111,8 @@ startup_32:
  */
        leal relocated(%ebx), %eax
        jmp *%eax
+ENDPROC(startup_32)
+
 .section ".text"
 relocated: