Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/kern Call upcallret() in sa_yieldcall().
details: https://anonhg.NetBSD.org/src/rev/a096469c45aa
branches: nathanw_sa
changeset: 506729:a096469c45aa
user: nathanw <nathanw%NetBSD.org@localhost>
date: Sat Jan 11 01:16:29 2003 +0000
description:
Call upcallret() in sa_yieldcall().
(XXX upcallret still needs a better name. is userret() MI enough yet?)
diffstat:
sys/kern/kern_sa.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r f7f8c883efd4 -r a096469c45aa sys/kern/kern_sa.c
--- a/sys/kern/kern_sa.c Fri Jan 10 04:52:27 2003 +0000
+++ b/sys/kern/kern_sa.c Sat Jan 11 01:16:29 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_sa.c,v 1.1.2.44 2002/12/16 19:46:17 skrll Exp $ */
+/* $NetBSD: kern_sa.c,v 1.1.2.45 2003/01/11 01:16:29 nathanw Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_sa.c,v 1.1.2.44 2002/12/16 19:46:17 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_sa.c,v 1.1.2.45 2003/01/11 01:16:29 nathanw Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -653,6 +653,7 @@
sa->sa_vp = l;
sa_yield(l);
+ upcallret(l);
}
static int
Home |
Main Index |
Thread Index |
Old Index