diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 17:27:58 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 17:27:58 -0500 |
commit | c18d1250c7425dddd2633ce4eaf03d5015e68a0f (patch) | |
tree | 03e93034b55c35d8a2f6d72a444ee090a88fe0e6 /include/asm-alpha/tlbflush.h | |
parent | ab6e14b712e2d8e0c4dd3cf1a72083b52104853a (diff) |
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 <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-alpha/tlbflush.h')
-rw-r--r-- | 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 eefab3fb51ae..b9e9147226f7 100644 --- a/include/asm-alpha/tlbflush.h +++ b/include/asm-alpha/tlbflush.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include <linux/mm.h> | 4 | #include <linux/mm.h> |
5 | #include <asm/compiler.h> | 5 | #include <asm/compiler.h> |
6 | #include <asm/pgalloc.h> | ||
6 | 7 | ||
7 | #ifndef __EXTERN_INLINE | 8 | #ifndef __EXTERN_INLINE |
8 | #define __EXTERN_INLINE extern inline | 9 | #define __EXTERN_INLINE extern inline |