summaryrefslogtreecommitdiffstats
path: root/include/asm-v850/mmu_context.h
blob: f521c8050d3cdc3ea2c325656d4478c299402c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __V850_MMU_CONTEXT_H__
#define __V850_MMU_CONTEXT_H__

#define destroy_context(mm)		((void)0)
#define init_new_context(tsk,mm)	0
#define switch_mm(prev,next,tsk)	((void)0)
#define deactivate_mm(tsk,mm)		do { } while (0)
#define activate_mm(prev,next)		((void)0)
#define enter_lazy_tlb(mm,tsk)		((void)0)

#endif /* __V850_MMU_CONTEXT_H__ */
OpenPOWER on IntegriCloud