Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 989a7241df87526bfef0396567e71ebe53a84ae4 13 lines 384 B view raw
1#ifndef __V850_MMU_CONTEXT_H__ 2#define __V850_MMU_CONTEXT_H__ 3 4#include <asm-generic/mm_hooks.h> 5 6#define destroy_context(mm) ((void)0) 7#define init_new_context(tsk,mm) 0 8#define switch_mm(prev,next,tsk) ((void)0) 9#define deactivate_mm(tsk,mm) do { } while (0) 10#define activate_mm(prev,next) ((void)0) 11#define enter_lazy_tlb(mm,tsk) ((void)0) 12 13#endif /* __V850_MMU_CONTEXT_H__ */