fix REQ-40

This commit is contained in:
Tomoki Shirasawa
2016-03-24 13:46:13 +09:00
parent 670741ae40
commit 932a287437
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#ifndef __ARCH_MM_H
#define __ARCH_MM_H
struct process_vm;
static inline void
flush_nfo_tlb()
{
}
static inline void
flush_nfo_tlb_mm(struct process_vm *vm)
{
}
#endif