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/af6b386057cc
branches:  trunk
changeset: 339280:af6b386057cc
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 07c258cd7c93 -r af6b386057cc 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