Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/arch/evbppc/evbppc LWP'ify.



details:   https://anonhg.NetBSD.org/src/rev/e49f3be034a9
branches:  nathanw_sa
changeset: 506600:e49f3be034a9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Dec 19 15:39:02 2002 +0000

description:
LWP'ify.

diffstat:

 sys/arch/evbppc/evbppc/genassym.cf |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 9781f9e9bd90 -r e49f3be034a9 sys/arch/evbppc/evbppc/genassym.cf
--- a/sys/arch/evbppc/evbppc/genassym.cf        Thu Dec 19 15:34:36 2002 +0000
+++ b/sys/arch/evbppc/evbppc/genassym.cf        Thu Dec 19 15:39:02 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.1.2.2 2002/12/11 06:29:02 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.1.2.3 2002/12/19 15:39:02 thorpej Exp $
 
 #
 # Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -65,15 +65,15 @@
 
 define PM_CTX          offsetof(struct pmap, pm_ctx)
 
-define P_FORW          offsetof(struct proc, p_forw)
-define P_BACK          offsetof(struct proc, p_back)
-define P_ADDR          offsetof(struct proc, p_addr)
-define P_STAT          offsetof(struct proc, p_stat)
-define P_CPU           offsetof(struct proc, p_cpu)
+define L_FORW          offsetof(struct lwp, l_forw)
+define L_BACK          offsetof(struct lwp, l_back)
+define L_ADDR          offsetof(struct lwp, l_addr)
+define L_STAT          offsetof(struct lwp, l_stat)
+define L_CPU           offsetof(struct lwp, l_cpu)
 
 define P_MD_SYSCALL    offsetof(struct proc, p_md.md_syscall)
 
-define SONPROC         SONPROC
+define LSONPROC        LSONPROC
 
 define CPU_CI          offsetof(struct cpu_info, ci_ci)
 



Home | Main Index | Thread Index | Old Index