commit | b44755cfaa72e7ed3d831a946bb4e7dfe7548966 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue Feb 20 01:07:13 2007 +0100 |
committer | Dave Jones <davej@redhat.com> | Tue Feb 20 14:29:37 2007 -0500 |
tree | 251cf0ab5aa9c39bab3f0981ab96021b5523bee3 | |
parent | 48ac3271e52d23ee987da93f80d20f6bec8e6717 [diff] [blame] |
{rd,wr}msr_on_cpu SMP=n optimization Let's save a few bytes in the CONFIG_SMP=n case. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Dave Jones <davej@redhat.com>
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 0d41223..22d8ac5 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile
@@ -8,4 +8,4 @@ lib-$(CONFIG_X86_USE_3DNOW) += mmx.o -obj-y = msr-on-cpu.o +obj-$(CONFIG_SMP) += msr-on-cpu.o