Commit 1d0c6cd3 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix non-SMP build.

Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent da58de4b
......@@ -73,7 +73,7 @@ static inline void tlb_flush_mmu(struct mmu_gather *mp)
extern void smp_flush_tlb_mm(struct mm_struct *mm);
#define do_flush_tlb_mm(mm) smp_flush_tlb_mm(mm)
#else
#define do_flush_tlb_mm(mm) __flush_tlb_mm(CTX_HWBITS(mm), SECONDARY_CONTEXT)
#define do_flush_tlb_mm(mm) __flush_tlb_mm(CTX_HWBITS(mm->context), SECONDARY_CONTEXT)
#endif
static inline void tlb_finish_mmu(struct mmu_gather *mp, unsigned long start, unsigned long end)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment