Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/a9f2cced8003
branches:  netbsd-6
changeset: 777003:a9f2cced8003
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Nov 15 17:36:32 2015 +0000

description:
Pull up following revision(s) (requested by oster in ticket #1320):
        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 41872ceb675f -r a9f2cced8003 sys/kern/sys_pset.c
--- a/sys/kern/sys_pset.c       Sun Nov 15 16:59:29 2015 +0000
+++ b/sys/kern/sys_pset.c       Sun Nov 15 17:36:32 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sys_pset.c,v 1.17 2011/08/07 21:13:05 rmind Exp $      */
+/*     $NetBSD: sys_pset.c,v 1.17.8.1 2015/11/15 17:36:32 bouyer 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.17 2011/08/07 21:13:05 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sys_pset.c,v 1.17.8.1 2015/11/15 17:36:32 bouyer 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