Files
mckernel/arch/x86_64/kernel/include/arch/mm.h
2017-10-18 09:20:52 +09:00

17 lines
172 B
C

#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