Commit 7f6245b9 authored by David S. Miller's avatar David S. Miller

Sparc64: Add dummy flush_tlb_kernel_range for now

parent 5a0fdff3
......@@ -83,4 +83,7 @@ static __inline__ void flush_tlb_pgtables(struct mm_struct *mm, unsigned long st
}
}
/* XXX For now... */
#define flush_tlb_kernel_range(start, end) flush_tlb_all()
#endif /* _SPARC64_TLBFLUSH_H */
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