Module Name: src
Committed By: rmind
Date: Fri May 16 10:05:38 UTC 2014
Modified Files:
src/sys/sys: lwp.h
Log Message:
It is now lwp_t::l_pcu_valid for the PCU changes (missed in the
previous commit).
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/sys/sys/lwp.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/lwp.h
diff -u src/sys/sys/lwp.h:1.168 src/sys/sys/lwp.h:1.169
--- src/sys/sys/lwp.h:1.168 Fri Mar 29 01:09:45 2013
+++ src/sys/sys/lwp.h Fri May 16 10:05:38 2014
@@ -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 @@ struct lwp {
#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. */