projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7248d49
)
x86_64: Add asm/mtrr.h include for some builds
author
Andi Kleen
<ak@suse.de>
Sat, 12 May 2007 15:27:40 +0000
(17:27 +0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sat, 12 May 2007 16:47:15 +0000
(09:47 -0700)
The earlier change to call the bp mtrr init from bugs.c broke
on some configurations due to missing includes. Noticed
by "Avuton Olrich" <avuton@gmail.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/bugs.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/bugs.c
b/arch/x86_64/kernel/bugs.c
index c141e7a7ff5547760ca3a9f60dc7e53d79c9071f..c3c6b91566ed822dd9d6ba20b3d1ceca55a86ea5 100644
(file)
--- a/
arch/x86_64/kernel/bugs.c
+++ b/
arch/x86_64/kernel/bugs.c
@@
-9,6
+9,7
@@
#include <linux/init.h>
#include <asm/alternative.h>
#include <asm/processor.h>
+#include <asm/mtrr.h>
void __init check_bugs(void)
{