summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-05-20 01:08:21 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-05-20 01:08:21 +0000
commitc5b18c9e58136780e51d4cdfe881e23d9f8cb5ec (patch)
tree1d6b7cb98ad4d3448e7131196fd0aadb3ee2d742 /arch
parent42aa499b45d1c0eb10cab263dc090697b6626ea9 (diff)
We have to check for pending signals when we return from do_page_fault to
handle sigbus and sigsegv within a reasonable amount of time.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips64/kernel/r4k_tlb_glue.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/kernel/r4k_tlb_glue.S b/arch/mips64/kernel/r4k_tlb_glue.S
index 7cf15443e..857a92126 100644
--- a/arch/mips64/kernel/r4k_tlb_glue.S
+++ b/arch/mips64/kernel/r4k_tlb_glue.S
@@ -47,7 +47,7 @@ ld $2, PT_R2(sp)
sd t0, PT_BVADDR(sp)
move a0, sp
jal \name
- j return
+ j ret_from_sys_call
END(__\name)
.endm