Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c18d1250c7425dddd2633ce4eaf03d5015e68a0f
Commit:     c18d1250c7425dddd2633ce4eaf03d5015e68a0f
Parent:     ab6e14b712e2d8e0c4dd3cf1a72083b52104853a
Author:     Thomas Gleixner <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 30 23:27:58 2008 +0100
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Wed Jan 30 23:27:58 2008 +0100

    alpha: fix x86.git merge build error
    
    a5a19c63f4e55e32dc0bc3d936d7f94793d8b380 removed the include of
    asm/pgalloc.h from asm-generic/tlb.h. That works fine on most
    architectures, but broke ALPHA.
    
    Fixup ALPHA by adding the include to asm-alpha/tlbflush.h
    
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
---
 include/asm-alpha/tlbflush.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-alpha/tlbflush.h b/include/asm-alpha/tlbflush.h
index eefab3f..b9e9147 100644
--- a/include/asm-alpha/tlbflush.h
+++ b/include/asm-alpha/tlbflush.h
@@ -3,6 +3,7 @@
 
 #include <linux/mm.h>
 #include <asm/compiler.h>
+#include <asm/pgalloc.h>
 
 #ifndef __EXTERN_INLINE
 #define __EXTERN_INLINE extern inline
-
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