Module Name: src
Committed By: matt
Date: Thu Jul 9 14:41:54 UTC 2015
Modified Files:
src/sys/arch/mips/mips: genassym.cf
Log Message:
More ifndef _MODULE
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/mips/mips/genassym.cf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/genassym.cf
diff -u src/sys/arch/mips/mips/genassym.cf:1.63 src/sys/arch/mips/mips/genassym.cf:1.64
--- src/sys/arch/mips/mips/genassym.cf:1.63 Wed Jul 8 15:05:24 2015
+++ src/sys/arch/mips/mips/genassym.cf Thu Jul 9 14:41:54 2015
@@ -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_PRIORITY offsetof(struct lwp,
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)