diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:11:42 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:11:42 +0200 |
commit | 018977f6e7f11b08a5928641454f4c43a9b1ca43 (patch) | |
tree | 5faf20e7024d253fda402f58b22faaf13a674704 /arch/i386/crypto | |
parent | 6a273b2b46f9e57bd0bc1f4b905e28d2f947588d (diff) | |
download | op-kernel-dev-018977f6e7f11b08a5928641454f4c43a9b1ca43.zip op-kernel-dev-018977f6e7f11b08a5928641454f4c43a9b1ca43.tar.gz |
i386: prepare shared crypto/aes-i586-asm.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/crypto')
-rw-r--r-- | arch/i386/crypto/Makefile | 2 | ||||
-rw-r--r-- | arch/i386/crypto/aes-i586-asm_32.S (renamed from arch/i386/crypto/aes-i586-asm.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/crypto/Makefile b/arch/i386/crypto/Makefile index 57fcb33..cd1038a 100644 --- a/arch/i386/crypto/Makefile +++ b/arch/i386/crypto/Makefile @@ -7,6 +7,6 @@ obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o -aes-i586-y := aes-i586-asm.o aes.o +aes-i586-y := aes-i586-asm_32.o aes.o twofish-i586-y := twofish-i586-asm.o twofish_32.o diff --git a/arch/i386/crypto/aes-i586-asm.S b/arch/i386/crypto/aes-i586-asm_32.S index f942f0c..f942f0c 100644 --- a/arch/i386/crypto/aes-i586-asm.S +++ b/arch/i386/crypto/aes-i586-asm_32.S |