G/C
This commit is contained in:
parent
e6334c3f8e
commit
649535d14c
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: genassym.cf,v 1.87 2020/02/15 08:16:11 skrll Exp $
|
||||
# $NetBSD: genassym.cf,v 1.88 2020/02/18 10:33:38 skrll Exp $
|
||||
|
||||
# Copyright (c) 1982, 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -94,7 +94,6 @@ define KERNEL_BASE KERNEL_BASE
|
|||
define VM_MIN_ADDRESS VM_MIN_ADDRESS
|
||||
define VM_MAXUSER_ADDRESS VM_MAXUSER_ADDRESS
|
||||
|
||||
define PV_PA offsetof(pv_addr_t, pv_pa)
|
||||
define PMAP_DOMAIN_KERNEL PMAP_DOMAIN_KERNEL
|
||||
define DOMAIN_CLIENT DOMAIN_CLIENT
|
||||
define DOMAIN_DEFAULT DOMAIN_DEFAULT
|
||||
|
@ -156,9 +155,6 @@ define MAXCPUS MAXCPUS
|
|||
# Important offsets into the lwp and proc structs & associated constants
|
||||
define L_PCB offsetof(struct lwp, l_addr)
|
||||
define L_CPU offsetof(struct lwp, l_cpu)
|
||||
define L_PRIORITY offsetof(struct lwp, l_priority)
|
||||
define L_WCHAN offsetof(struct lwp, l_wchan)
|
||||
define L_STAT offsetof(struct lwp, l_stat)
|
||||
define L_PROC offsetof(struct lwp, l_proc)
|
||||
define L_PRIVATE offsetof(struct lwp, l_private)
|
||||
define L_FLAG offsetof(struct lwp, l_flag)
|
||||
|
|
Loading…
Reference in New Issue