]> git.baikalelectronics.ru Git - kernel.git/commit
x86_64: move crypto
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:03 +0000 (11:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:03 +0000 (11:17 +0200)
commit2314e1967ea2fba08215dea3d8968269668b69ad
tree6c2d871f0cf29afa027ef2fed7aca1c6ed68200a
parent6087d55192b3ca3c785b8ffa71ab608ac8670c41
x86_64: move crypto

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
13 files changed:
arch/x86/crypto/Makefile
arch/x86/crypto/Makefile_64 [new file with mode: 0644]
arch/x86/crypto/aes-x86_64-asm_64.S [new file with mode: 0644]
arch/x86/crypto/aes_64.c [new file with mode: 0644]
arch/x86/crypto/twofish-x86_64-asm_64.S [new file with mode: 0644]
arch/x86/crypto/twofish_64.c [new file with mode: 0644]
arch/x86_64/Makefile
arch/x86_64/crypto/Makefile [deleted file]
arch/x86_64/crypto/Makefile_64 [deleted file]
arch/x86_64/crypto/aes-x86_64-asm_64.S [deleted file]
arch/x86_64/crypto/aes_64.c [deleted file]
arch/x86_64/crypto/twofish-x86_64-asm_64.S [deleted file]
arch/x86_64/crypto/twofish_64.c [deleted file]