Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0a203a4ce1787acb49db6df8f5c064e9243db130
Commit:     0a203a4ce1787acb49db6df8f5c064e9243db130
Parent:     7248d497499a58a6f3bc3a05fdccb9a9b6306509
Author:     Andi Kleen <[EMAIL PROTECTED]>
AuthorDate: Sat May 12 17:27:40 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat May 12 09:47:15 2007 -0700

    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" <[EMAIL PROTECTED]>
    
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/x86_64/kernel/bugs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86_64/kernel/bugs.c b/arch/x86_64/kernel/bugs.c
index c141e7a..c3c6b91 100644
--- 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)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to