projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6e14b
)
alpha: fix x86.git merge build error
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 30 Jan 2008 22:27:58 +0000
(23:27 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 22:27:58 +0000
(23:27 +0100)
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>
include/asm-alpha/tlbflush.h
patch
|
blob
|
history
diff --git
a/include/asm-alpha/tlbflush.h
b/include/asm-alpha/tlbflush.h
index eefab3fb51ae87f76050c34118fabe6d31c87078..b9e9147226f770ba3bc09149375984b525f066c7 100644
(file)
--- 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