]> err.no Git - linux-2.6/blobdiff - arch/x86/lguest/i386_head.S
Move lguest guest support to arch/x86.
[linux-2.6] / arch / x86 / lguest / i386_head.S
similarity index 98%
rename from drivers/lguest/lguest_asm.S
rename to arch/x86/lguest/i386_head.S
index 1ddcd5cd20f6070b72428622b80f531f3ac9fe08..6d7a74f07c413fbb1b86c5fd07f19c2fa9c801a2 100644 (file)
@@ -16,7 +16,7 @@
 .section .init.text, "ax", @progbits
 .ascii "GenuineLguest"
        /* Set up initial stack. */
-       movl $(init_thread_union+THREAD_SIZE),%esp
+       movl $(init_thread_union+THREAD_SIZE),%esp
        movl %esi, %eax
        addl $__PAGE_OFFSET, %eax
        jmp lguest_init