Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/ibm4xx Need offset of ci_curpm in struct cp...



details:   https://anonhg.NetBSD.org/src/rev/0cca246822c5
branches:  trunk
changeset: 555724:0cca246822c5
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Nov 26 03:51:39 2003 +0000

description:
Need offset of ci_curpm in struct cpu_info on 4xx as well.

diffstat:

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

diffs (17 lines):

diff -r 69752008bf6b -r 0cca246822c5 sys/arch/powerpc/ibm4xx/genassym.cf
--- a/sys/arch/powerpc/ibm4xx/genassym.cf       Wed Nov 26 01:39:36 2003 +0000
+++ b/sys/arch/powerpc/ibm4xx/genassym.cf       Wed Nov 26 03:51:39 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.8 2003/08/27 20:20:07 matt Exp $
+#      $NetBSD: genassym.cf,v 1.9 2003/11/26 03:51:39 simonb Exp $
 
 #
 # Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -160,6 +160,7 @@
 define CI_SIZE         sizeof(struct cpu_info)
 define CI_CURLWP       offsetof(struct cpu_info, ci_curlwp)
 define CI_CURPCB       offsetof(struct cpu_info, ci_curpcb)
+define CI_CURPM        offsetof(struct cpu_info, ci_curpm)
 define CI_IDLE_PCB     offsetof(struct cpu_info, ci_idle_pcb)
 define CI_ASTPENDING   offsetof(struct cpu_info, ci_astpending)
 define CI_WANT_RESCHED offsetof(struct cpu_info, ci_want_resched)



Home | Main Index | Thread Index | Old Index