Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Baluta and committed by
Rusty Russell
6865b32a 2a647bfe

+1 -1
+1 -1
arch/x86/lguest/Makefile
··· 1 - obj-y := i386_head.o boot.o 1 + obj-y := head_32.o boot.o 2 2 CFLAGS_boot.o := $(call cc-option, -fno-stack-protector)
arch/x86/lguest/i386_head.S arch/x86/lguest/head_32.S