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 Add vdrain to the list of kernel t...



details:   https://anonhg.NetBSD.org/src/rev/a9f032de5943
branches:  trunk
changeset: 782486:a9f032de5943
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Nov 04 14:40:47 2012 +0000

description:
Add vdrain to the list of kernel threads.

diffstat:

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

diffs (26 lines):

diff -r c7334d80af1d -r a9f032de5943 sys/rump/librump/rumpkern/threads.c
--- a/sys/rump/librump/rumpkern/threads.c       Sun Nov 04 14:40:18 2012 +0000
+++ b/sys/rump/librump/rumpkern/threads.c       Sun Nov 04 14:40:47 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: threads.c,v 1.16 2012/11/04 14:40:18 pooka Exp $       */
+/*     $NetBSD: threads.c,v 1.17 2012/11/04 14:40:47 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.16 2012/11/04 14:40:18 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: threads.c,v 1.17 2012/11/04 14:40:47 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -79,6 +79,7 @@
        bool t_ncmp;
 } nothreads[] = {
        { "vrele", false },
+       { "vdrain", false },
        { "cachegc", false },
        { "nfssilly", false },
        { "unpgc", false },



Home | Main Index | Thread Index | Old Index