diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-02-28 10:36:48 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-02-28 10:36:48 -0800 |
commit | 43a834d86c136b31ef6ad796725eb474a55a908d (patch) | |
tree | 973db568aa41089f8d160982a850bec32c801c72 /arch/x86/kernel/cpu/mtrr/Makefile | |
parent | a7f16d10b510f9ee3500af7831f2e3094fab3dca (diff) | |
parent | 3235dc3f22378f35ce77eba0d0f62db2d9c4844e (diff) |
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86: Remove trailing spaces in messages
x86, mtrr: Remove unused mtrr/state.c
x86, trivial: Fix grammo in tsc comment about Geode TSC reliability
Diffstat (limited to 'arch/x86/kernel/cpu/mtrr/Makefile')
-rw-r--r-- | arch/x86/kernel/cpu/mtrr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mtrr/Makefile b/arch/x86/kernel/cpu/mtrr/Makefile index f4361b56f8e9..ad9e5ed81181 100644 --- a/arch/x86/kernel/cpu/mtrr/Makefile +++ b/arch/x86/kernel/cpu/mtrr/Makefile @@ -1,3 +1,3 @@ -obj-y := main.o if.o generic.o state.o cleanup.o +obj-y := main.o if.o generic.o cleanup.o obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o |