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 Add L_FLAG/LW_SYSTEM
details: https://anonhg.NetBSD.org/src/rev/424d8bf4ba43
branches: trunk
changeset: 336857:424d8bf4ba43
user: matt <matt%NetBSD.org@localhost>
date: Mon Mar 23 17:28:14 2015 +0000
description:
Add L_FLAG/LW_SYSTEM
diffstat:
sys/arch/arm/arm32/genassym.cf | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 065bc7071988 -r 424d8bf4ba43 sys/arch/arm/arm32/genassym.cf
--- a/sys/arch/arm/arm32/genassym.cf Mon Mar 23 15:42:29 2015 +0000
+++ b/sys/arch/arm/arm32/genassym.cf Mon Mar 23 17:28:14 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.69 2014/04/10 02:48:40 matt Exp $
+# $NetBSD: genassym.cf,v 1.70 2015/03/23 17:28:14 matt Exp $
# Copyright (c) 1982, 1990 The Regents of the University of California.
# All rights reserved.
@@ -156,10 +156,13 @@
define L_PROC offsetof(struct lwp, l_proc)
define L_CTXSWTCH offsetof(struct lwp, l_ctxswtch)
define L_PRIVATE offsetof(struct lwp, l_private)
+define L_FLAG offsetof(struct lwp, l_flag)
define L_MD_FLAGS offsetof(struct lwp, l_md.md_flags)
define L_MD_TF offsetof(struct lwp, l_md.md_tf)
define MDLWP_NOALIGNFLT MDLWP_NOALIGNFLT
+define LW_SYSTEM LW_SYSTEM
+
define P_RASLIST offsetof(struct proc, p_raslist)
define PCB_R8 offsetof(struct pcb, pcb_un.un_32.pcb32_r8)
Home |
Main Index |
Thread Index |
Old Index