It is now lwp_t::l_pcu_valid for the PCU changes (missed in the

previous commit).
This commit is contained in:
rmind 2014-05-16 10:05:38 +00:00
parent 56e033dde9
commit 58c3a6cb29

View File

@ -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. */