This website requires JavaScript.
Explore
Help
Register
Sign In
OpenSDV
/
linux-stable-rt
Watch
1
Star
0
Fork
You've already forked linux-stable-rt
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b8cb464e4a
linux-stable-rt
/
arch
/
x86
/
kernel
/
cpu
/
mtrr
/
Makefile
4 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
x86, mtrr: Remove unused mtrr/state.c The last reference to the helpers in <arch/x86/kernel/cpu/mtrr/state.c> went away with 9a6b344ea967efa0bb5ca4cb5405f840652b66c4 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>
2010-02-04 16:51:28 +08:00
obj-y
:=
main.o
if
.o generic.o cleanup.o
[PATCH] i386: conditionalize inclusion of some MTRR flavors Avoid inclusion of code that's dead for x86-64. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de>
2006-12-07 09:14:09 +08:00
obj-$(CONFIG_X86_32)
+=
amd.o cyrix.o centaur.o
Linux-2.6.12-rc2 Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
2005-04-17 06:20:36 +08:00