diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:27 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:27 -0400 |
commit | e585d9617a4c2c8f4d1d19def80158bca2853be8 (patch) | |
tree | f1094b034debc38fd83bf4d49d450b7d404016fb /arch/i386 | |
parent | 1bbad2b6f10e1f1a171edae545ea2f84dca8c2da (diff) |
i386: prepare shared lib/mmx.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/i386/lib/mmx_32.c (renamed from arch/i386/lib/mmx.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index af7f9435d203..553c41d2d79b 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile | |||
@@ -6,6 +6,6 @@ | |||
6 | lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy_32.o strstr_32.o \ | 6 | lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy_32.o strstr_32.o \ |
7 | bitops.o semaphore_32.o string_32.o | 7 | bitops.o semaphore_32.o string_32.o |
8 | 8 | ||
9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx.o | 9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o |
10 | 10 | ||
11 | obj-$(CONFIG_SMP) += msr-on-cpu.o | 11 | obj-$(CONFIG_SMP) += msr-on-cpu.o |
diff --git a/arch/i386/lib/mmx.c b/arch/i386/lib/mmx_32.c index 28084d2e8dd4..28084d2e8dd4 100644 --- a/arch/i386/lib/mmx.c +++ b/arch/i386/lib/mmx_32.c | |||