Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 G/C
details: https://anonhg.NetBSD.org/src/rev/7a94f7625865
branches: trunk
changeset: 969370:7a94f7625865
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Feb 18 10:33:38 2020 +0000
description:
G/C
diffstat:
sys/arch/arm/arm32/genassym.cf | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r 89d388965fce -r 7a94f7625865 sys/arch/arm/arm32/genassym.cf
--- a/sys/arch/arm/arm32/genassym.cf Tue Feb 18 04:12:40 2020 +0000
+++ b/sys/arch/arm/arm32/genassym.cf Tue Feb 18 10:33:38 2020 +0000
@@ -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 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 @@
# 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)
Home |
Main Index |
Thread Index |
Old Index