From: Andi Kleen Date: Sat, 12 May 2007 15:27:40 +0000 (+0200) Subject: x86_64: Add asm/mtrr.h include for some builds X-Git-Tag: v2.6.22-rc1~15 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=0a203a4ce1787acb49db6df8f5c064e9243db130 x86_64: Add asm/mtrr.h include for some builds The earlier change to call the bp mtrr init from bugs.c broke on some configurations due to missing includes. Noticed by "Avuton Olrich" Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/bugs.c b/arch/x86_64/kernel/bugs.c index c141e7a7ff55..c3c6b91566ed 100644 --- a/arch/x86_64/kernel/bugs.c +++ b/arch/x86_64/kernel/bugs.c @@ -9,6 +9,7 @@ #include #include #include +#include void __init check_bugs(void) {