Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern adjust comment for previous



details:   https://anonhg.NetBSD.org/src/rev/47bffe117a5e
branches:  trunk
changeset: 748909:47bffe117a5e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Nov 09 19:02:49 2009 +0000

description:
adjust comment for previous

diffstat:

 sys/rump/librump/rumpkern/threads.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r a5af7cc3a172 -r 47bffe117a5e sys/rump/librump/rumpkern/threads.c
--- a/sys/rump/librump/rumpkern/threads.c       Mon Nov 09 19:00:52 2009 +0000
+++ b/sys/rump/librump/rumpkern/threads.c       Mon Nov 09 19:02:49 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: threads.c,v 1.2 2009/11/09 19:00:52 pooka Exp $        */
+/*     $NetBSD: threads.c,v 1.3 2009/11/09 19:02:49 pooka Exp $        */
 
 /*
  * Copyright (c) 2007-2009 Antti Kantee.  All Rights Reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: threads.c,v 1.2 2009/11/09 19:00:52 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: threads.c,v 1.3 2009/11/09 19:02:49 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>
@@ -56,11 +56,11 @@
        void (*f)(void *);
        void *thrarg;
 
-       /* schedule ourselves first */
        f = k->f;
        thrarg = k->arg;
        rumpuser_free(k);
 
+       /* schedule ourselves */
        rumpuser_set_curlwp(l);
        rump_schedule();
 



Home | Main Index | Thread Index | Old Index