Merge ../linus
[pandora-kernel.git] / arch / x86_64 / kernel / head.S
index 6df05e6..c9739ca 100644 (file)
@@ -191,6 +191,7 @@ startup_64:
         * jump
         */
        movq    initial_code(%rip),%rax
+       pushq   $0              # fake return address
        jmp     *%rax
 
        /* SMP bootup changes these two */