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)
commit987c75d7170686804b404b7f917b9e4b703702ff
tree6c2d871f0cf29afa027ef2fed7aca1c6ed68200a
parent9a163ed8e0552fdcffe405d2ea7134819a81456e
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]