aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:11:44 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:11:44 +0200
commitfff7c9a4f6689243db004b8f6d8d4ba696796f81 (patch)
treedca233e96cf678cab46bc6f0bbeefbbecf0be2e7
parent018977f6e7f11b08a5928641454f4c43a9b1ca43 (diff)
downloadkernel_samsung_smdk4412-fff7c9a4f6689243db004b8f6d8d4ba696796f81.zip
kernel_samsung_smdk4412-fff7c9a4f6689243db004b8f6d8d4ba696796f81.tar.gz
kernel_samsung_smdk4412-fff7c9a4f6689243db004b8f6d8d4ba696796f81.tar.bz2
i386: prepare shared crypto/twofish-i586-asm.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/i386/crypto/Makefile2
-rw-r--r--arch/i386/crypto/twofish-i586-asm_32.S (renamed from arch/i386/crypto/twofish-i586-asm.S)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/crypto/Makefile b/arch/i386/crypto/Makefile
index cd1038a..22671a4 100644
--- a/arch/i386/crypto/Makefile
+++ b/arch/i386/crypto/Makefile
@@ -8,5 +8,5 @@ obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o
obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o
aes-i586-y := aes-i586-asm_32.o aes.o
-twofish-i586-y := twofish-i586-asm.o twofish_32.o
+twofish-i586-y := twofish-i586-asm_32.o twofish_32.o
diff --git a/arch/i386/crypto/twofish-i586-asm.S b/arch/i386/crypto/twofish-i586-asm_32.S
index 39b98ed..39b98ed 100644
--- a/arch/i386/crypto/twofish-i586-asm.S
+++ b/arch/i386/crypto/twofish-i586-asm_32.S