Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips More ifndef _MODULE
details: https://anonhg.NetBSD.org/src/rev/2b98974b6ce0
branches: trunk
changeset: 809422:2b98974b6ce0
user: matt <matt%NetBSD.org@localhost>
date: Thu Jul 09 14:41:54 2015 +0000
description:
More ifndef _MODULE
diffstat:
sys/arch/mips/mips/genassym.cf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 4ea3206b5a21 -r 2b98974b6ce0 sys/arch/mips/mips/genassym.cf
--- a/sys/arch/mips/mips/genassym.cf Thu Jul 09 14:41:30 2015 +0000
+++ b/sys/arch/mips/mips/genassym.cf Thu Jul 09 14:41:54 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.63 2015/07/08 15:05:24 matt Exp $
+# $NetBSD: genassym.cf,v 1.64 2015/07/09 14:41:54 matt Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -124,12 +124,14 @@
define L_PRIVATE offsetof(struct lwp, l_private)
define L_PROC offsetof(struct lwp, l_proc)
define L_STAT offsetof(struct lwp, l_stat)
+ifndef _MODULE
define L_MD_UTF offsetof(struct lwp, l_md.md_utf)
if USPACE > PAGE_SIZE
define L_MD_UPTE_0 offsetof(struct lwp, l_md.md_upte[0])
define L_MD_UPTE_1 offsetof(struct lwp, l_md.md_upte[1])
endif
define L_MD_ASTPENDING offsetof(struct lwp, l_md.md_astpending)
+endif
define L_WCHAN offsetof(struct lwp, l_wchan)
define P_RASLIST offsetof(struct proc, p_raslist)
Home |
Main Index |
Thread Index |
Old Index