diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:31 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:31 -0400 |
commit | 6d1f5420f0d4bd6f391295bb632ae65920983162 (patch) | |
tree | fe2f9b2a7e6382e6ee526cbec6b1c30598fa8c26 | |
parent | 81f52936d34570f7db3f09bf5e01339b640438ef (diff) |
i386: prepare shared lib/bitops.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/i386/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/i386/lib/bitops_32.c (renamed from arch/i386/lib/bitops.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 2ec0fbf6c1ca..246a775940ff 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | 5 | ||
6 | lib-y = checksum_32.o delay.o usercopy_32.o getuser_32.o putuser.o memcpy_32.o strstr_32.o \ | 6 | lib-y = checksum_32.o delay.o usercopy_32.o getuser_32.o putuser.o memcpy_32.o strstr_32.o \ |
7 | bitops.o semaphore_32.o string_32.o | 7 | bitops_32.o semaphore_32.o string_32.o |
8 | 8 | ||
9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o | 9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o |
10 | 10 | ||
diff --git a/arch/i386/lib/bitops.c b/arch/i386/lib/bitops_32.c index afd0045595d4..afd0045595d4 100644 --- a/arch/i386/lib/bitops.c +++ b/arch/i386/lib/bitops_32.c | |||