To make room for the 32-bit implementation of that assembly stub, rename it. Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx> --- Makefile | 2 +- x86/{init.S => init64.S} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename x86/{init.S => init64.S} (100%) diff --git a/Makefile b/Makefile index 19eb7e5..e26afa3 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ endif ifeq ($(ARCH),x86_64) ARCH := x86 DEFINES += -DCONFIG_X86_64 - ARCH_PRE_INIT = x86/init.S + ARCH_PRE_INIT = x86/init64.S endif ### Arch-specific stuff diff --git a/x86/init.S b/x86/init64.S similarity index 100% rename from x86/init.S rename to x86/init64.S -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html