]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[linux] Fix a build error on some platforms
authorMarin Mareo Hannache <mareo@mareo.fr>
Sun, 1 Apr 2012 17:25:56 +0000 (19:25 +0200)
committerMichael Brown <mcb30@ipxe.org>
Tue, 10 Apr 2012 19:32:56 +0000 (20:32 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86_64/core/linux/linuxprefix.S

index 713b9e38dd36ca54a3410771ece9ce664a8372cc..ec8a9decdd01547072550866645b10c15ff1138f 100644 (file)
@@ -22,4 +22,4 @@ _linux_start:
        movq    $__NR_exit, %rax
        syscall
 
-       .size _start, . - _start
+       .size _linux_start, . - _linux_start