Skip to content

Commit

Permalink
x86, mtrr: Remove unused mtrr/state.c
Browse files Browse the repository at this point in the history
The last reference to the helpers in
<arch/x86/kernel/cpu/mtrr/state.c> went away with
9a6b344 leaving unused code.
Remove it.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
LKML-Reference: <20100204085128.GA513@liondog.tnic>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Borislav Petkov authored and Ingo Molnar committed Feb 4, 2010
1 parent 00097c4 commit 34d2819
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 95 deletions.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/mtrr/Makefile
Original file line number Diff line number Diff line change
@@ -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

94 changes: 0 additions & 94 deletions arch/x86/kernel/cpu/mtrr/state.c

This file was deleted.

0 comments on commit 34d2819

Please sign in to comment.