]> err.no Git - linux-2.6/commitdiff
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)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
17 files changed:
arch/i386/Makefile
arch/x86/lib/Makefile [moved from arch/i386/lib/Makefile with 65% similarity]
arch/x86/lib/Makefile_32 [moved from arch/i386/lib/Makefile_32 with 100% similarity]
arch/x86/lib/bitops_32.c [moved from arch/i386/lib/bitops_32.c with 100% similarity]
arch/x86/lib/checksum_32.S [moved from arch/i386/lib/checksum_32.S with 100% similarity]
arch/x86/lib/delay_32.c [moved from arch/i386/lib/delay_32.c with 100% similarity]
arch/x86/lib/getuser_32.S [moved from arch/i386/lib/getuser_32.S with 100% similarity]
arch/x86/lib/memcpy_32.c [moved from arch/i386/lib/memcpy_32.c with 100% similarity]
arch/x86/lib/mmx_32.c [moved from arch/i386/lib/mmx_32.c with 100% similarity]
arch/x86/lib/msr-on-cpu.c [moved from arch/i386/lib/msr-on-cpu.c with 100% similarity]
arch/x86/lib/putuser_32.S [moved from arch/i386/lib/putuser_32.S with 100% similarity]
arch/x86/lib/semaphore_32.S [moved from arch/i386/lib/semaphore_32.S with 100% similarity]
arch/x86/lib/string_32.c [moved from arch/i386/lib/string_32.c with 100% similarity]
arch/x86/lib/strstr_32.c [moved from arch/i386/lib/strstr_32.c with 100% similarity]
arch/x86/lib/usercopy_32.c [moved from arch/i386/lib/usercopy_32.c with 100% similarity]
arch/x86_64/lib/Makefile
arch/x86_64/lib/msr-on-cpu.c

index fe374b65430290eba683dce00714468b8403c1a9..93492b37061c8242ed24c70896127e2e33aaa032 100644 (file)
@@ -101,7 +101,7 @@ mflags-y += -Iinclude/asm-i386/mach-default
 
 head-y := arch/i386/kernel/head_32.o arch/i386/kernel/init_task_32.o
 
-libs-y                                         += arch/i386/lib/
+libs-y                                         += arch/x86/lib/
 core-y                                 += arch/i386/kernel/ \
                                           arch/i386/mm/ \
                                           $(mcore-y)/ \
similarity index 65%
rename from arch/i386/lib/Makefile
rename to arch/x86/lib/Makefile
index 2b1547e0ac6b1d5552465125955c1f7774d9c991..2d7d724a2a6a9465ae0cadf2628e3490e4328ca7 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/lib/Makefile_32
+include ${srctree}/arch/x86/lib/Makefile_32
 else
 include ${srctree}/arch/x86_64/lib/Makefile_64
 endif
similarity index 100%
rename from arch/i386/lib/mmx_32.c
rename to arch/x86/lib/mmx_32.c
index 2b1547e0ac6b1d5552465125955c1f7774d9c991..2d7d724a2a6a9465ae0cadf2628e3490e4328ca7 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/lib/Makefile_32
+include ${srctree}/arch/x86/lib/Makefile_32
 else
 include ${srctree}/arch/x86_64/lib/Makefile_64
 endif
index 47e0ec47c3762f48b907533b1fee85c0f3209055..5672d4190fbe12c17dc792f2d68bdf116c3ab6cc 100644 (file)
@@ -1 +1 @@
-#include "../../i386/lib/msr-on-cpu.c"
+#include "../../x86/lib/msr-on-cpu.c"