diff options
Diffstat (limited to 'arch/um/kernel/tlb.c')
-rw-r--r-- | arch/um/kernel/tlb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/kernel/tlb.c b/arch/um/kernel/tlb.c index 8347161c2ae0..45f739bf302f 100644 --- a/arch/um/kernel/tlb.c +++ b/arch/um/kernel/tlb.c | |||
@@ -329,7 +329,7 @@ void fix_range_common(struct mm_struct *mm, unsigned long start_addr, | |||
329 | "process: %d\n", task_tgid_vnr(current)); | 329 | "process: %d\n", task_tgid_vnr(current)); |
330 | /* We are under mmap_sem, release it such that current can terminate */ | 330 | /* We are under mmap_sem, release it such that current can terminate */ |
331 | up_write(¤t->mm->mmap_sem); | 331 | up_write(¤t->mm->mmap_sem); |
332 | force_sig(SIGKILL, current); | 332 | force_sig(SIGKILL); |
333 | do_signal(¤t->thread.regs); | 333 | do_signal(¤t->thread.regs); |
334 | } | 334 | } |
335 | } | 335 | } |
@@ -487,7 +487,7 @@ void flush_tlb_page(struct vm_area_struct *vma, unsigned long address) | |||
487 | 487 | ||
488 | kill: | 488 | kill: |
489 | printk(KERN_ERR "Failed to flush page for address 0x%lx\n", address); | 489 | printk(KERN_ERR "Failed to flush page for address 0x%lx\n", address); |
490 | force_sig(SIGKILL, current); | 490 | force_sig(SIGKILL); |
491 | } | 491 | } |
492 | 492 | ||
493 | pgd_t *pgd_offset_proc(struct mm_struct *mm, unsigned long address) | 493 | pgd_t *pgd_offset_proc(struct mm_struct *mm, unsigned long address) |