Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/arch/powerpc/include Finish LWPifying.



details:   https://anonhg.NetBSD.org/src/rev/feddaea38569
branches:  nathanw_sa
changeset: 506129:feddaea38569
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue Aug 06 22:59:39 2002 +0000

description:
Finish LWPifying.

diffstat:

 sys/arch/powerpc/include/userret.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f6cd747320fc -r feddaea38569 sys/arch/powerpc/include/userret.h
--- a/sys/arch/powerpc/include/userret.h        Tue Aug 06 22:47:06 2002 +0000
+++ b/sys/arch/powerpc/include/userret.h        Tue Aug 06 22:59:39 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: userret.h,v 1.2.2.2 2002/08/06 22:47:10 nathanw Exp $  */
+/*     $NetBSD: userret.h,v 1.2.2.3 2002/08/06 22:59:39 nathanw Exp $  */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -83,5 +83,5 @@
        }
 #endif
 
-       ci->ci_schedstate.spc_curpriority = l->p_priority = l->p_usrpri;
+       ci->ci_schedstate.spc_curpriority = l->l_priority = l->l_usrpri;
 }



Home | Main Index | Thread Index | Old Index