Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/riscv/riscv Add L_MD_TP



details:   https://anonhg.NetBSD.org/src/rev/f0d4f1f65e0b
branches:  trunk
changeset: 807182:f0d4f1f65e0b
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Mar 31 01:12:47 2015 +0000

description:
Add L_MD_TP

diffstat:

 sys/arch/riscv/riscv/genassym.cf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ff3bf3071fe3 -r f0d4f1f65e0b sys/arch/riscv/riscv/genassym.cf
--- a/sys/arch/riscv/riscv/genassym.cf  Tue Mar 31 01:12:29 2015 +0000
+++ b/sys/arch/riscv/riscv/genassym.cf  Tue Mar 31 01:12:47 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.1 2015/03/28 16:13:56 matt Exp $
+#      $NetBSD: genassym.cf,v 1.2 2015/03/31 01:12:47 matt Exp $
 #-
 # Copyright (c) 2014 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -114,6 +114,7 @@
 define L_CTXSWTCH      offsetof(struct lwp, l_ctxswtch)
 define L_MD_ASTPENDING offsetof(struct lwp, l_md.md_astpending)
 define L_MD_ONFAULT    offsetof(struct lwp, l_md.md_onfault)
+define L_MD_TP         offsetof(struct lwp, l_md.md_tp)
 define L_MD_UTF        offsetof(struct lwp, l_md.md_utf)
 define L_MD_KTF        offsetof(struct lwp, l_md.md_ktf)
 define L_PCB           offsetof(struct lwp, l_addr)



Home | Main Index | Thread Index | Old Index