瀏覽代碼

lguest: rename i386_head.S

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>
Daniel Baluta 12 年之前
父節點
當前提交
6865b32a86
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/lguest/Makefile
  2. 0 0
      arch/x86/lguest/head_32.S

+ 1 - 1
arch/x86/lguest/Makefile

@@ -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)

+ 0 - 0
arch/x86/lguest/i386_head.S → arch/x86/lguest/head_32.S