[PATCH 1/4] pre_init: rename x86/init.S to x86/init64.S

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
kvmarm mailing list
kvmarm@xxxxxxxxxxxxxxxxxxxxx
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm



[Index of Archives]     [Linux KVM]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux