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 good grief..
details: https://anonhg.NetBSD.org/src/rev/f242a1c48d28
branches: trunk
changeset: 931003:f242a1c48d28
user: ad <ad%NetBSD.org@localhost>
date: Sun Apr 19 20:41:30 2020 +0000
description:
good grief..
diffstat:
sys/rump/librump/rumpkern/sleepq.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 081e648c9473 -r f242a1c48d28 sys/rump/librump/rumpkern/sleepq.c
--- a/sys/rump/librump/rumpkern/sleepq.c Sun Apr 19 20:35:29 2020 +0000
+++ b/sys/rump/librump/rumpkern/sleepq.c Sun Apr 19 20:41:30 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sleepq.c,v 1.18 2020/03/26 22:40:10 ad Exp $ */
+/* $NetBSD: sleepq.c,v 1.19 2020/04/19 20:41:30 ad Exp $ */
/*
* Copyright (c) 2008 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sleepq.c,v 1.18 2020/03/26 22:40:10 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sleepq.c,v 1.19 2020/04/19 20:41:30 ad Exp $");
#include <sys/param.h>
#include <sys/condvar.h>
@@ -62,7 +62,8 @@
}
void
-sleepq_enqueue(sleepq_t *sq, wchan_t wc, const char *wmsg, syncobj_t *sob)
+sleepq_enqueue(sleepq_t *sq, wchan_t wc, const char *wmsg, syncobj_t *sob,
+ bool catch_p)
{
struct lwp *l = curlwp;
Home |
Main Index |
Thread Index |
Old Index