]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86_64: Add asm/mtrr.h include for some builds
authorAndi Kleen <ak@suse.de>
Sat, 12 May 2007 15:27:40 +0000 (17:27 +0200)
committerLinus 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

index c141e7a7ff5547760ca3a9f60dc7e53d79c9071f..c3c6b91566ed822dd9d6ba20b3d1ceca55a86ea5 100644 (file)
@@ -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)
 {