Remove unused L_KPRIORITY.

This commit is contained in:
ad 2023-09-23 14:41:15 +00:00
parent 6c27fcfbed
commit 06d6b10d9d
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.95 2023/03/03 14:32:48 riastradh Exp $
# $NetBSD: genassym.cf,v 1.96 2023/09/23 14:41:15 ad Exp $
#
# Copyright (c) 1998, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@ -160,7 +160,6 @@ define L_PROC offsetof(struct lwp, l_proc)
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 L_KPRIORITY offsetof(struct lwp, l_kpriority)
define L_MD_REGS offsetof(struct lwp, l_md.md_regs)
define L_MD_FLAGS offsetof(struct lwp, l_md.md_flags)
define L_MD_ASTPENDING offsetof(struct lwp, l_md.md_astpending)

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.133 2023/03/03 14:32:27 riastradh Exp $
# $NetBSD: genassym.cf,v 1.134 2023/09/23 14:41:15 ad Exp $
#
# Copyright (c) 1998, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@ -169,7 +169,6 @@ define L_PROC offsetof(struct lwp, l_proc)
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 L_KPRIORITY offsetof(struct lwp, l_kpriority)
define L_MD_REGS offsetof(struct lwp, l_md.md_regs)
define L_MD_FLAGS offsetof(struct lwp, l_md.md_flags)
define L_MD_ASTPENDING offsetof(struct lwp, l_md.md_astpending)