x86_64: move lib
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:08 +0000 (11:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:17:08 +0000 (11:17 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
25 files changed:
arch/x86/lib/Makefile
arch/x86/lib/Makefile_64 [moved from arch/x86_64/lib/Makefile_64 with 100% similarity]
arch/x86/lib/bitops_64.c [moved from arch/x86_64/lib/bitops_64.c with 100% similarity]
arch/x86/lib/bitstr_64.c [moved from arch/x86_64/lib/bitstr_64.c with 100% similarity]
arch/x86/lib/clear_page_64.S [moved from arch/x86_64/lib/clear_page_64.S with 100% similarity]
arch/x86/lib/copy_page_64.S [moved from arch/x86_64/lib/copy_page_64.S with 100% similarity]
arch/x86/lib/copy_user_64.S [moved from arch/x86_64/lib/copy_user_64.S with 100% similarity]
arch/x86/lib/copy_user_nocache_64.S [moved from arch/x86_64/lib/copy_user_nocache_64.S with 100% similarity]
arch/x86/lib/csum-copy_64.S [moved from arch/x86_64/lib/csum-copy_64.S with 100% similarity]
arch/x86/lib/csum-partial_64.c [moved from arch/x86_64/lib/csum-partial_64.c with 100% similarity]
arch/x86/lib/csum-wrappers_64.c [moved from arch/x86_64/lib/csum-wrappers_64.c with 100% similarity]
arch/x86/lib/delay_64.c [moved from arch/x86_64/lib/delay_64.c with 100% similarity]
arch/x86/lib/getuser_64.S [moved from arch/x86_64/lib/getuser_64.S with 100% similarity]
arch/x86/lib/io_64.c [moved from arch/x86_64/lib/io_64.c with 100% similarity]
arch/x86/lib/iomap_copy_64.S [moved from arch/x86_64/lib/iomap_copy_64.S with 100% similarity]
arch/x86/lib/memcpy_64.S [moved from arch/x86_64/lib/memcpy_64.S with 100% similarity]
arch/x86/lib/memmove_64.c [moved from arch/x86_64/lib/memmove_64.c with 100% similarity]
arch/x86/lib/memset_64.S [moved from arch/x86_64/lib/memset_64.S with 100% similarity]
arch/x86/lib/putuser_64.S [moved from arch/x86_64/lib/putuser_64.S with 100% similarity]
arch/x86/lib/rwlock_64.S [moved from arch/x86_64/lib/rwlock_64.S with 100% similarity]
arch/x86/lib/thunk_64.S [moved from arch/x86_64/lib/thunk_64.S with 100% similarity]
arch/x86/lib/usercopy_64.c [moved from arch/x86_64/lib/usercopy_64.c with 100% similarity]
arch/x86_64/Makefile
arch/x86_64/lib/Makefile [deleted file]
arch/x86_64/lib/msr-on-cpu.c [deleted file]

index 2d7d724..329da27 100644 (file)
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_X86_32),y)
 include ${srctree}/arch/x86/lib/Makefile_32
 else
-include ${srctree}/arch/x86_64/lib/Makefile_64
+include ${srctree}/arch/x86/lib/Makefile_64
 endif
similarity index 100%
rename from arch/x86_64/lib/io_64.c
rename to arch/x86/lib/io_64.c
index 265484c..ae48f17 100644 (file)
@@ -73,7 +73,7 @@ AFLAGS += -m64
 
 head-y := arch/x86_64/kernel/head_64.o arch/x86_64/kernel/head64.o arch/x86_64/kernel/init_task_64.o
 
-libs-y                                         += arch/x86_64/lib/
+libs-y                                         += arch/x86/lib/
 core-y                                 += arch/x86_64/kernel/ \
                                           arch/x86_64/mm/ \
                                           arch/x86/crypto/ \
diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile
deleted file mode 100644 (file)
index 2d7d724..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/x86/lib/Makefile_32
-else
-include ${srctree}/arch/x86_64/lib/Makefile_64
-endif
diff --git a/arch/x86_64/lib/msr-on-cpu.c b/arch/x86_64/lib/msr-on-cpu.c
deleted file mode 100644 (file)
index 5672d41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "../../x86/lib/msr-on-cpu.c"