1
0
Fork 0

alpha: fix x86.git merge build error

a5a19c63f4 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>
hifive-unleashed-5.1
Thomas Gleixner 2008-01-30 23:27:58 +01:00 committed by Ingo Molnar
parent ab6e14b712
commit c18d1250c7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <linux/mm.h>
#include <asm/compiler.h>
#include <asm/pgalloc.h>
#ifndef __EXTERN_INLINE
#define __EXTERN_INLINE extern inline