]> git.baikalelectronics.ru Git - kernel.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)
commita375f330643b93139011ae21c8a31d00131b7aca
tree12bd39b5201d0afc74dccd8e06464233d3058e58
parentf8815c28927d4d7a5d36f5e102e2c484fcd15da6
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