Bladeren bron

x86_64: move lib

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 17 jaren geleden
bovenliggende
commit
185f3d3890

+ 1 - 1
arch/x86/lib/Makefile

@@ -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

+ 0 - 0
arch/x86_64/lib/Makefile_64 → arch/x86/lib/Makefile_64


+ 0 - 0
arch/x86_64/lib/bitops_64.c → arch/x86/lib/bitops_64.c


+ 0 - 0
arch/x86_64/lib/bitstr_64.c → arch/x86/lib/bitstr_64.c


+ 0 - 0
arch/x86_64/lib/clear_page_64.S → arch/x86/lib/clear_page_64.S


+ 0 - 0
arch/x86_64/lib/copy_page_64.S → arch/x86/lib/copy_page_64.S


+ 0 - 0
arch/x86_64/lib/copy_user_64.S → arch/x86/lib/copy_user_64.S


+ 0 - 0
arch/x86_64/lib/copy_user_nocache_64.S → arch/x86/lib/copy_user_nocache_64.S


+ 0 - 0
arch/x86_64/lib/csum-copy_64.S → arch/x86/lib/csum-copy_64.S


+ 0 - 0
arch/x86_64/lib/csum-partial_64.c → arch/x86/lib/csum-partial_64.c


+ 0 - 0
arch/x86_64/lib/csum-wrappers_64.c → arch/x86/lib/csum-wrappers_64.c


+ 0 - 0
arch/x86_64/lib/delay_64.c → arch/x86/lib/delay_64.c


+ 0 - 0
arch/x86_64/lib/getuser_64.S → arch/x86/lib/getuser_64.S


+ 0 - 0
arch/x86_64/lib/io_64.c → arch/x86/lib/io_64.c


+ 0 - 0
arch/x86_64/lib/iomap_copy_64.S → arch/x86/lib/iomap_copy_64.S


+ 0 - 0
arch/x86_64/lib/memcpy_64.S → arch/x86/lib/memcpy_64.S


+ 0 - 0
arch/x86_64/lib/memmove_64.c → arch/x86/lib/memmove_64.c


+ 0 - 0
arch/x86_64/lib/memset_64.S → arch/x86/lib/memset_64.S


+ 0 - 0
arch/x86_64/lib/putuser_64.S → arch/x86/lib/putuser_64.S


+ 0 - 0
arch/x86_64/lib/rwlock_64.S → arch/x86/lib/rwlock_64.S


+ 0 - 0
arch/x86_64/lib/thunk_64.S → arch/x86/lib/thunk_64.S


+ 0 - 0
arch/x86_64/lib/usercopy_64.c → arch/x86/lib/usercopy_64.c


+ 1 - 1
arch/x86_64/Makefile

@@ -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/ \

+ 0 - 5
arch/x86_64/lib/Makefile

@@ -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

+ 0 - 1
arch/x86_64/lib/msr-on-cpu.c

@@ -1 +0,0 @@
-#include "../../x86/lib/msr-on-cpu.c"