Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/sys/arch/sh3/sh3 Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/7db8b2a52853
branches:  netbsd-7
changeset: 798995:7db8b2a52853
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Feb 17 14:40:56 2015 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #524):
        sys/arch/sh3/sh3/locore_subr.S: revision 1.55
port-sh3/49613: errno does not set by some systemcall at error case
Branch to correct point when error detected.

diffstat:

 sys/arch/sh3/sh3/locore_subr.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b70724b318c0 -r 7db8b2a52853 sys/arch/sh3/sh3/locore_subr.S
--- a/sys/arch/sh3/sh3/locore_subr.S    Mon Feb 16 21:38:38 2015 +0000
+++ b/sys/arch/sh3/sh3/locore_subr.S    Tue Feb 17 14:40:56 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_subr.S,v 1.54 2011/02/01 01:54:14 uwe Exp $     */
+/*     $NetBSD: locore_subr.S,v 1.54.30.1 2015/02/17 14:40:56 martin Exp $     */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
 #include <sh3/mmu_sh3.h>
 #include <sh3/mmu_sh4.h>
 
-__KERNEL_RCSID(0, "$NetBSD: locore_subr.S,v 1.54 2011/02/01 01:54:14 uwe Exp $")
+__KERNEL_RCSID(0, "$NetBSD: locore_subr.S,v 1.54.30.1 2015/02/17 14:40:56 martin Exp $")
 
 
 /*
@@ -645,7 +645,7 @@
 
        mov.l   .L_copyinstr_VM_MAXUSER_ADDRESS, r3
        cmp/hi  r3,     r4              /* bomb if usrc isn't in user space */
-       bt      4f
+       bt      5f
        mov     r3,     r0
        sub     r4,     r0
        cmp/hi  r6,     r0              /* don't beyond user space */



Home | Main Index | Thread Index | Old Index