Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/kern Pull up following revision(s) (requested by maxv...



details:   https://anonhg.NetBSD.org/src/rev/e15ef8e6c989
branches:  netbsd-7
changeset: 799542:e15ef8e6c989
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Aug 06 21:47:11 2015 +0000

description:
Pull up following revision(s) (requested by maxv in ticket #912):
        sys/kern/sys_pset.c: revision 1.19
Don't forget to unlock the LWP.
ok rmind@

diffstat:

 sys/kern/sys_pset.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r cde5a3c25f76 -r e15ef8e6c989 sys/kern/sys_pset.c
--- a/sys/kern/sys_pset.c       Thu Aug 06 21:13:43 2015 +0000
+++ b/sys/kern/sys_pset.c       Thu Aug 06 21:47:11 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sys_pset.c,v 1.18 2014/02/25 18:30:11 pooka Exp $      */
+/*     $NetBSD: sys_pset.c,v 1.18.4.1 2015/08/06 21:47:11 snj Exp $    */
 
 /*
  * Copyright (c) 2008, Mindaugas Rasiukevicius <rmind at NetBSD org>
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sys_pset.c,v 1.18 2014/02/25 18:30:11 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sys_pset.c,v 1.18.4.1 2015/08/06 21:47:11 snj Exp $");
 
 #include <sys/param.h>
 
@@ -380,6 +380,7 @@
                                mutex_exit(&cpu_lock);
                                return EPERM;
                        }
+                       lwp_unlock(t);
                }
                /*
                 * Set the processor-set ID.



Home | Main Index | Thread Index | Old Index