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 Add L_PRIORITY.



details:   https://anonhg.NetBSD.org/src/rev/1a7399bf3b83
branches:  nathanw_sa
changeset: 506601:1a7399bf3b83
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Dec 19 15:50:49 2002 +0000

description:
Add L_PRIORITY.

diffstat:

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

diffs (17 lines):

diff -r e49f3be034a9 -r 1a7399bf3b83 sys/arch/evbppc/evbppc/genassym.cf
--- a/sys/arch/evbppc/evbppc/genassym.cf        Thu Dec 19 15:39:02 2002 +0000
+++ b/sys/arch/evbppc/evbppc/genassym.cf        Thu Dec 19 15:50:49 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.1.2.3 2002/12/19 15:39:02 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.1.2.4 2002/12/19 15:50:49 thorpej Exp $
 
 #
 # Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -70,6 +70,7 @@
 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 L_PRIORITY      offsetof(struct lwp, l_priority)
 
 define P_MD_SYSCALL    offsetof(struct proc, p_md.md_syscall)
 



Home | Main Index | Thread Index | Old Index