OSDN Git Service

lguest: rename i386_head.S
authorDaniel Baluta <dbaluta@ixiacom.com>
Mon, 20 May 2013 00:55:39 +0000 (10:25 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 20 May 2013 02:39:40 +0000 (12:09 +0930)
Since commit 9a163ed8e0 (i386: move kernel) kernel/i386_head.S
was renamed to kernel/head_32.S. We do the same for lguest/i386_head.S.

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/lguest/Makefile
arch/x86/lguest/head_32.S [moved from arch/x86/lguest/i386_head.S with 100% similarity]

index 94e0e54..8f38d57 100644 (file)
@@ -1,2 +1,2 @@
-obj-y          := i386_head.o boot.o
+obj-y          := head_32.o boot.o
 CFLAGS_boot.o  := $(call cc-option, -fno-stack-protector)