Loading arch/um/kernel/tlb.c +3 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,9 @@ static int add_munmap(unsigned long addr, unsigned long len, struct host_vm_op *last; int ret = 0; if ((addr >= STUB_START) && (addr < STUB_END)) return -EINVAL; if (hvc->index != 0) { last = &hvc->ops[hvc->index - 1]; if ((last->type == MUNMAP) && Loading Loading
arch/um/kernel/tlb.c +3 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,9 @@ static int add_munmap(unsigned long addr, unsigned long len, struct host_vm_op *last; int ret = 0; if ((addr >= STUB_START) && (addr < STUB_END)) return -EINVAL; if (hvc->index != 0) { last = &hvc->ops[hvc->index - 1]; if ((last->type == MUNMAP) && Loading