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 cpu_onproc -> ci_onproc



details:   https://anonhg.NetBSD.org/src/rev/adfe293478dc
branches:  trunk
changeset: 846796:adfe293478dc
user:      ad <ad%NetBSD.org@localhost>
date:      Sun Dec 01 18:12:51 2019 +0000

description:
cpu_onproc -> ci_onproc

diffstat:

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

diffs (27 lines):

diff -r 6f9a4de604d0 -r adfe293478dc sys/rump/librump/rumpkern/scheduler.c
--- a/sys/rump/librump/rumpkern/scheduler.c     Sun Dec 01 17:41:11 2019 +0000
+++ b/sys/rump/librump/rumpkern/scheduler.c     Sun Dec 01 18:12:51 2019 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: scheduler.c,v 1.45 2019/11/23 19:42:52 ad Exp $       */
+/*      $NetBSD: scheduler.c,v 1.46 2019/12/01 18:12:51 ad Exp $       */
 
 /*
  * Copyright (c) 2010, 2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scheduler.c,v 1.45 2019/11/23 19:42:52 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scheduler.c,v 1.46 2019/12/01 18:12:51 ad Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -377,7 +377,7 @@
         * in the case that an interrupt is scheduled immediately
         * after a user proc, but leave that for later.
         */
-       ci->ci_curlwp = ci->ci_data.cpu_onproc = l;
+       ci->ci_curlwp = ci->ci_onproc = l;
 }
 
 void



Home | Main Index | Thread Index | Old Index