+L_NOPREEMPT, L_DOPREEMPT
This commit is contained in:
parent
d8fdbaf5b4
commit
2d7dbb9788
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: genassym.cf,v 1.65 2008/04/21 15:15:33 cegger Exp $
|
||||
# $NetBSD: genassym.cf,v 1.66 2008/04/28 18:20:51 ad Exp $
|
||||
|
||||
#
|
||||
# Copyright (c) 1998, 2006, 2007 The NetBSD Foundation, Inc.
|
||||
# Copyright (c) 1998, 2006, 2007, 2008 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This code is derived from software contributed to The NetBSD Foundation
|
||||
|
@ -203,6 +203,8 @@ define L_CTXSWTCH offsetof(struct lwp, l_ctxswtch)
|
|||
define L_MD_ASTPENDING offsetof(struct lwp, l_md.md_astpending)
|
||||
define L_CPU offsetof(struct lwp, l_cpu)
|
||||
define L_NCSW offsetof(struct lwp, l_ncsw)
|
||||
define L_NOPREEMPT offsetof(struct lwp, l_nopreempt)
|
||||
define L_DOPREEMPT offsetof(struct lwp, l_dopreempt)
|
||||
define P_FLAG offsetof(struct proc, p_flag)
|
||||
define P_RASLIST offsetof(struct proc, p_raslist)
|
||||
define P_MD_SYSCALL offsetof(struct proc, p_md.md_syscall)
|
||||
|
|
Loading…
Reference in New Issue