Skip to content

Commit

Permalink
x86: separate mtrr cleanup/mtrr_e820 trim to separate file
Browse files Browse the repository at this point in the history
Impact: cleanup

mtrr main.c is too big, seperate mtrr cleanup and mtrr e820 trim
code to another file.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <49B87C7B.80809@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Mar 13, 2009
1 parent c1ab7e9 commit 0d89035
Show file tree
Hide file tree
Showing 4 changed files with 1,094 additions and 1,055 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
obj-y := main.o if.o generic.o state.o cleanup.o
obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o

Loading

0 comments on commit 0d89035

Please sign in to comment.