i386: move lib
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:33 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:33 +0000 (11:16 +0200)
commit44f0257fc316ff4b33aa3438dd8d891b7d6d72b9
treec1a9a571db37d631489f18e1dfe5554874b19027
parentda957e111bb0c189a4a3bf8a00caaecb59ed94ca
i386: move lib

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
31 files changed:
arch/i386/Makefile
arch/i386/lib/Makefile [deleted file]
arch/i386/lib/Makefile_32 [deleted file]
arch/i386/lib/bitops_32.c [deleted file]
arch/i386/lib/checksum_32.S [deleted file]
arch/i386/lib/delay_32.c [deleted file]
arch/i386/lib/getuser_32.S [deleted file]
arch/i386/lib/memcpy_32.c [deleted file]
arch/i386/lib/mmx_32.c [deleted file]
arch/i386/lib/msr-on-cpu.c [deleted file]
arch/i386/lib/putuser_32.S [deleted file]
arch/i386/lib/semaphore_32.S [deleted file]
arch/i386/lib/string_32.c [deleted file]
arch/i386/lib/strstr_32.c [deleted file]
arch/i386/lib/usercopy_32.c [deleted file]
arch/x86/lib/Makefile [new file with mode: 0644]
arch/x86/lib/Makefile_32 [new file with mode: 0644]
arch/x86/lib/bitops_32.c [new file with mode: 0644]
arch/x86/lib/checksum_32.S [new file with mode: 0644]
arch/x86/lib/delay_32.c [new file with mode: 0644]
arch/x86/lib/getuser_32.S [new file with mode: 0644]
arch/x86/lib/memcpy_32.c [new file with mode: 0644]
arch/x86/lib/mmx_32.c [new file with mode: 0644]
arch/x86/lib/msr-on-cpu.c [new file with mode: 0644]
arch/x86/lib/putuser_32.S [new file with mode: 0644]
arch/x86/lib/semaphore_32.S [new file with mode: 0644]
arch/x86/lib/string_32.c [new file with mode: 0644]
arch/x86/lib/strstr_32.c [new file with mode: 0644]
arch/x86/lib/usercopy_32.c [new file with mode: 0644]
arch/x86_64/lib/Makefile
arch/x86_64/lib/msr-on-cpu.c
This page took 0.026859 seconds and 5 git commands to generate.