From 7bf1215a1df5ccfd750d1c5ec8b808f3be6112e2 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:11:44 +0200 Subject: [PATCH] --- yaml --- r: 65343 b: refs/heads/master c: fff7c9a4f6689243db004b8f6d8d4ba696796f81 h: refs/heads/master i: 65341: 9c0c5831c96a4c2e0236467714dfa56026b66c4d 65339: 93d9f5f631348410e6783c815925f3c42cc162e8 65335: 5af683811b1bc54d6016b3f86cac2b4c58f7381d 65327: 0a852409fa94f6306c628615275234b69fe7d726 65311: a9e7efeb9dbd0d7593853a2da84b3b87c3dd27fd 65279: beba9cd3c8eb8622b43c767e29b74796849a40b4 v: v3 --- [refs] | 2 +- trunk/arch/i386/crypto/Makefile | 2 +- .../i386/crypto/{twofish-i586-asm.S => twofish-i586-asm_32.S} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/i386/crypto/{twofish-i586-asm.S => twofish-i586-asm_32.S} (100%) diff --git a/[refs] b/[refs] index e0d867c8e746..b511f04e670e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 018977f6e7f11b08a5928641454f4c43a9b1ca43 +refs/heads/master: fff7c9a4f6689243db004b8f6d8d4ba696796f81 diff --git a/trunk/arch/i386/crypto/Makefile b/trunk/arch/i386/crypto/Makefile index cd1038a22dd3..22671a442958 100644 --- a/trunk/arch/i386/crypto/Makefile +++ b/trunk/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/trunk/arch/i386/crypto/twofish-i586-asm.S b/trunk/arch/i386/crypto/twofish-i586-asm_32.S similarity index 100% rename from trunk/arch/i386/crypto/twofish-i586-asm.S rename to trunk/arch/i386/crypto/twofish-i586-asm_32.S