diff options
Diffstat (limited to 'arch/x86/um/mem_64.c')
-rw-r--r-- | arch/x86/um/mem_64.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/x86/um/mem_64.c b/arch/x86/um/mem_64.c index c6492e75797..f8fecaddcc0 100644 --- a/arch/x86/um/mem_64.c +++ b/arch/x86/um/mem_64.c @@ -9,18 +9,3 @@ const char *arch_vma_name(struct vm_area_struct *vma) return NULL; } - -struct vm_area_struct *get_gate_vma(struct mm_struct *mm) -{ - return NULL; -} - -int in_gate_area(struct mm_struct *mm, unsigned long addr) -{ - return 0; -} - -int in_gate_area_no_mm(unsigned long addr) -{ - return 0; -} |