aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sparc/include/asm/mmu_context_64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/mmu_context_64.h b/arch/sparc/include/asm/mmu_context_64.h
index 87841d687f8d..a34315e1f0ed 100644
--- a/arch/sparc/include/asm/mmu_context_64.h
+++ b/arch/sparc/include/asm/mmu_context_64.h
@@ -7,9 +7,11 @@
7 7
8#include <linux/spinlock.h> 8#include <linux/spinlock.h>
9#include <linux/mm_types.h> 9#include <linux/mm_types.h>
10#include <linux/smp.h>
10 11
11#include <asm/spitfire.h> 12#include <asm/spitfire.h>
12#include <asm-generic/mm_hooks.h> 13#include <asm-generic/mm_hooks.h>
14#include <asm/percpu.h>
13 15
14static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) 16static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk)
15{ 17{