diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:33 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:33 -0400 |
commit | 44f0257fc316ff4b33aa3438dd8d891b7d6d72b9 (patch) | |
tree | c1a9a571db37d631489f18e1dfe5554874b19027 | |
parent | da957e111bb0c189a4a3bf8a00caaecb59ed94ca (diff) |
i386: move lib
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/i386/Makefile | 2 | ||||
-rw-r--r-- | arch/x86/lib/Makefile (renamed from arch/i386/lib/Makefile) | 2 | ||||
-rw-r--r-- | arch/x86/lib/Makefile_32 (renamed from arch/i386/lib/Makefile_32) | 0 | ||||
-rw-r--r-- | arch/x86/lib/bitops_32.c (renamed from arch/i386/lib/bitops_32.c) | 0 | ||||
-rw-r--r-- | arch/x86/lib/checksum_32.S (renamed from arch/i386/lib/checksum_32.S) | 0 | ||||
-rw-r--r-- | arch/x86/lib/delay_32.c (renamed from arch/i386/lib/delay_32.c) | 0 | ||||
-rw-r--r-- | arch/x86/lib/getuser_32.S (renamed from arch/i386/lib/getuser_32.S) | 0 | ||||
-rw-r--r-- | arch/x86/lib/memcpy_32.c (renamed from arch/i386/lib/memcpy_32.c) | 0 | ||||
-rw-r--r-- | arch/x86/lib/mmx_32.c (renamed from arch/i386/lib/mmx_32.c) | 0 | ||||
-rw-r--r-- | arch/x86/lib/msr-on-cpu.c (renamed from arch/i386/lib/msr-on-cpu.c) | 0 | ||||
-rw-r--r-- | arch/x86/lib/putuser_32.S (renamed from arch/i386/lib/putuser_32.S) | 0 | ||||
-rw-r--r-- | arch/x86/lib/semaphore_32.S (renamed from arch/i386/lib/semaphore_32.S) | 0 | ||||
-rw-r--r-- | arch/x86/lib/string_32.c (renamed from arch/i386/lib/string_32.c) | 0 | ||||
-rw-r--r-- | arch/x86/lib/strstr_32.c (renamed from arch/i386/lib/strstr_32.c) | 0 | ||||
-rw-r--r-- | arch/x86/lib/usercopy_32.c (renamed from arch/i386/lib/usercopy_32.c) | 0 | ||||
-rw-r--r-- | arch/x86_64/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/lib/msr-on-cpu.c | 2 |
17 files changed, 4 insertions, 4 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile index fe374b654302..93492b37061c 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -101,7 +101,7 @@ mflags-y += -Iinclude/asm-i386/mach-default | |||
101 | 101 | ||
102 | head-y := arch/i386/kernel/head_32.o arch/i386/kernel/init_task_32.o | 102 | head-y := arch/i386/kernel/head_32.o arch/i386/kernel/init_task_32.o |
103 | 103 | ||
104 | libs-y += arch/i386/lib/ | 104 | libs-y += arch/x86/lib/ |
105 | core-y += arch/i386/kernel/ \ | 105 | core-y += arch/i386/kernel/ \ |
106 | arch/i386/mm/ \ | 106 | arch/i386/mm/ \ |
107 | $(mcore-y)/ \ | 107 | $(mcore-y)/ \ |
diff --git a/arch/i386/lib/Makefile b/arch/x86/lib/Makefile index 2b1547e0ac6b..2d7d724a2a6a 100644 --- a/arch/i386/lib/Makefile +++ b/arch/x86/lib/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | 1 | ifeq ($(CONFIG_X86_32),y) |
2 | include ${srctree}/arch/i386/lib/Makefile_32 | 2 | include ${srctree}/arch/x86/lib/Makefile_32 |
3 | else | 3 | else |
4 | include ${srctree}/arch/x86_64/lib/Makefile_64 | 4 | include ${srctree}/arch/x86_64/lib/Makefile_64 |
5 | endif | 5 | endif |
diff --git a/arch/i386/lib/Makefile_32 b/arch/x86/lib/Makefile_32 index 98d1f1e2e2ef..98d1f1e2e2ef 100644 --- a/arch/i386/lib/Makefile_32 +++ b/arch/x86/lib/Makefile_32 | |||
diff --git a/arch/i386/lib/bitops_32.c b/arch/x86/lib/bitops_32.c index afd0045595d4..afd0045595d4 100644 --- a/arch/i386/lib/bitops_32.c +++ b/arch/x86/lib/bitops_32.c | |||
diff --git a/arch/i386/lib/checksum_32.S b/arch/x86/lib/checksum_32.S index adbccd0bbb78..adbccd0bbb78 100644 --- a/arch/i386/lib/checksum_32.S +++ b/arch/x86/lib/checksum_32.S | |||
diff --git a/arch/i386/lib/delay_32.c b/arch/x86/lib/delay_32.c index f6edb11364df..f6edb11364df 100644 --- a/arch/i386/lib/delay_32.c +++ b/arch/x86/lib/delay_32.c | |||
diff --git a/arch/i386/lib/getuser_32.S b/arch/x86/lib/getuser_32.S index 6d84b53f12a2..6d84b53f12a2 100644 --- a/arch/i386/lib/getuser_32.S +++ b/arch/x86/lib/getuser_32.S | |||
diff --git a/arch/i386/lib/memcpy_32.c b/arch/x86/lib/memcpy_32.c index 8ac51b82a632..8ac51b82a632 100644 --- a/arch/i386/lib/memcpy_32.c +++ b/arch/x86/lib/memcpy_32.c | |||
diff --git a/arch/i386/lib/mmx_32.c b/arch/x86/lib/mmx_32.c index 28084d2e8dd4..28084d2e8dd4 100644 --- a/arch/i386/lib/mmx_32.c +++ b/arch/x86/lib/mmx_32.c | |||
diff --git a/arch/i386/lib/msr-on-cpu.c b/arch/x86/lib/msr-on-cpu.c index 7767962f25d3..7767962f25d3 100644 --- a/arch/i386/lib/msr-on-cpu.c +++ b/arch/x86/lib/msr-on-cpu.c | |||
diff --git a/arch/i386/lib/putuser_32.S b/arch/x86/lib/putuser_32.S index f58fba109d18..f58fba109d18 100644 --- a/arch/i386/lib/putuser_32.S +++ b/arch/x86/lib/putuser_32.S | |||
diff --git a/arch/i386/lib/semaphore_32.S b/arch/x86/lib/semaphore_32.S index c01eb39c0b43..c01eb39c0b43 100644 --- a/arch/i386/lib/semaphore_32.S +++ b/arch/x86/lib/semaphore_32.S | |||
diff --git a/arch/i386/lib/string_32.c b/arch/x86/lib/string_32.c index 2c773fefa3dd..2c773fefa3dd 100644 --- a/arch/i386/lib/string_32.c +++ b/arch/x86/lib/string_32.c | |||
diff --git a/arch/i386/lib/strstr_32.c b/arch/x86/lib/strstr_32.c index a3dafbf59dae..a3dafbf59dae 100644 --- a/arch/i386/lib/strstr_32.c +++ b/arch/x86/lib/strstr_32.c | |||
diff --git a/arch/i386/lib/usercopy_32.c b/arch/x86/lib/usercopy_32.c index 9f38b12b4af1..9f38b12b4af1 100644 --- a/arch/i386/lib/usercopy_32.c +++ b/arch/x86/lib/usercopy_32.c | |||
diff --git a/arch/x86_64/lib/Makefile b/arch/x86_64/lib/Makefile index 2b1547e0ac6b..2d7d724a2a6a 100644 --- a/arch/x86_64/lib/Makefile +++ b/arch/x86_64/lib/Makefile | |||
@@ -1,5 +1,5 @@ | |||
1 | ifeq ($(CONFIG_X86_32),y) | 1 | ifeq ($(CONFIG_X86_32),y) |
2 | include ${srctree}/arch/i386/lib/Makefile_32 | 2 | include ${srctree}/arch/x86/lib/Makefile_32 |
3 | else | 3 | else |
4 | include ${srctree}/arch/x86_64/lib/Makefile_64 | 4 | include ${srctree}/arch/x86_64/lib/Makefile_64 |
5 | endif | 5 | endif |
diff --git a/arch/x86_64/lib/msr-on-cpu.c b/arch/x86_64/lib/msr-on-cpu.c index 47e0ec47c376..5672d4190fbe 100644 --- a/arch/x86_64/lib/msr-on-cpu.c +++ b/arch/x86_64/lib/msr-on-cpu.c | |||
@@ -1 +1 @@ | |||
#include "../../i386/lib/msr-on-cpu.c" | #include "../../x86/lib/msr-on-cpu.c" | ||