Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c18d1250 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar
Browse files

alpha: fix x86.git merge build error



a5a19c63 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: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent ab6e14b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@

#include <linux/mm.h>
#include <asm/compiler.h>
#include <asm/pgalloc.h>

#ifndef __EXTERN_INLINE
#define __EXTERN_INLINE extern inline