i386: move crypto
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:21 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:21 +0000 (11:16 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/Makefile
arch/x86/crypto/Makefile [moved from arch/i386/crypto/Makefile with 64% similarity]
arch/x86/crypto/Makefile_32 [moved from arch/i386/crypto/Makefile_32 with 90% similarity]
arch/x86/crypto/aes-i586-asm_32.S [moved from arch/i386/crypto/aes-i586-asm_32.S with 100% similarity]
arch/x86/crypto/aes_32.c [moved from arch/i386/crypto/aes_32.c with 100% similarity]
arch/x86/crypto/twofish-i586-asm_32.S [moved from arch/i386/crypto/twofish-i586-asm_32.S with 100% similarity]
arch/x86/crypto/twofish_32.c [moved from arch/i386/crypto/twofish_32.c with 100% similarity]
arch/x86_64/crypto/Makefile

index 45409c13f6efd690aa8792b83059d3704caa0456..dca07ae933d753e5643d0bf552f678fbaf06c4e4 100644 (file)
@@ -105,7 +105,7 @@ libs-y                                      += arch/i386/lib/
 core-y                                 += arch/i386/kernel/ \
                                           arch/i386/mm/ \
                                           $(mcore-y)/ \
-                                          arch/i386/crypto/
+                                          arch/x86/crypto/
 drivers-$(CONFIG_MATH_EMULATION)       += arch/i386/math-emu/
 drivers-$(CONFIG_PCI)                  += arch/i386/pci/
 # must be linked after kernel/
similarity index 64%
rename from arch/i386/crypto/Makefile
rename to arch/x86/crypto/Makefile
index fbd34ac2cda2d89d40a95bf5572b0ea4e031635b..b1bcf7c63028822ef0c19d5509d40c7806c09190 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/crypto/Makefile_32
+include ${srctree}/arch/x86/crypto/Makefile_32
 else
 include ${srctree}/arch/x86_64/crypto/Makefile_64
 endif
similarity index 90%
rename from arch/i386/crypto/Makefile_32
rename to arch/x86/crypto/Makefile_32
index 7154b14cd95058d5b60cc79e8a580681d594533a..2d873a2388edc15836347970f83235ae0a142af3 100644 (file)
@@ -1,5 +1,5 @@
 # 
-# i386/crypto/Makefile 
+# x86/crypto/Makefile 
 # 
 # Arch-specific CryptoAPI modules.
 # 
index fbd34ac2cda2d89d40a95bf5572b0ea4e031635b..b1bcf7c63028822ef0c19d5509d40c7806c09190 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/crypto/Makefile_32
+include ${srctree}/arch/x86/crypto/Makefile_32
 else
 include ${srctree}/arch/x86_64/crypto/Makefile_64
 endif