]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
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)
commit9c2019421511a1bc646981d55528334ae46464c0
tree12bd39b5201d0afc74dccd8e06464233d3058e58
parentaf49d41e8c0e6649b3966470aa6319585144f8e8
i386: move crypto

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
14 files changed:
arch/i386/Makefile
arch/i386/crypto/Makefile [deleted file]
arch/i386/crypto/Makefile_32 [deleted file]
arch/i386/crypto/aes-i586-asm_32.S [deleted file]
arch/i386/crypto/aes_32.c [deleted file]
arch/i386/crypto/twofish-i586-asm_32.S [deleted file]
arch/i386/crypto/twofish_32.c [deleted file]
arch/x86/crypto/Makefile [new file with mode: 0644]
arch/x86/crypto/Makefile_32 [new file with mode: 0644]
arch/x86/crypto/aes-i586-asm_32.S [new file with mode: 0644]
arch/x86/crypto/aes_32.c [new file with mode: 0644]
arch/x86/crypto/twofish-i586-asm_32.S [new file with mode: 0644]
arch/x86/crypto/twofish_32.c [new file with mode: 0644]
arch/x86_64/crypto/Makefile