Source-Changes-HG archive

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

[src/trunk]: src/sys/sys It is now lwp_t::l_pcu_valid for the PCU changes (mi...



details:   https://anonhg.NetBSD.org/src/rev/33cc19aae06b
branches:  trunk
changeset: 329250:33cc19aae06b
user:      rmind <rmind%NetBSD.org@localhost>
date:      Fri May 16 10:05:38 2014 +0000

description:
It is now lwp_t::l_pcu_valid for the PCU changes (missed in the
previous commit).

diffstat:

 sys/sys/lwp.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d667ea6c34f1 -r 33cc19aae06b sys/sys/lwp.h
--- a/sys/sys/lwp.h     Fri May 16 10:04:58 2014 +0000
+++ b/sys/sys/lwp.h     Fri May 16 10:05:38 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lwp.h,v 1.168 2013/03/29 01:09:45 christos Exp $       */
+/*     $NetBSD: lwp.h,v 1.169 2014/05/16 10:05:38 rmind Exp $  */
 
 /*-
  * Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010
@@ -129,7 +129,7 @@
 
 #if PCU_UNIT_COUNT > 0
        struct cpu_info * volatile l_pcu_cpu[PCU_UNIT_COUNT];
-       uint16_t        l_pcu_used[2];
+       uint32_t        l_pcu_valid;
 #endif
 
        /* Process level and global state, misc. */



Home | Main Index | Thread Index | Old Index