Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/arch/alpha/include Call sa_upcall_userret() instead...



details:   https://anonhg.NetBSD.org/src/rev/c487c511df39
branches:  nathanw_sa
changeset: 505470:c487c511df39
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Mon Dec 17 20:58:40 2001 +0000

description:
Call sa_upcall_userret() instead of cpu_upcall().

diffstat:

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

diffs (18 lines):

diff -r 25869817df9e -r c487c511df39 sys/arch/alpha/include/userret.h
--- a/sys/arch/alpha/include/userret.h  Mon Dec 17 20:57:59 2001 +0000
+++ b/sys/arch/alpha/include/userret.h  Mon Dec 17 20:58:40 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: userret.h,v 1.1.4.2 2001/11/17 00:42:11 nathanw Exp $ */
+/* $NetBSD: userret.h,v 1.1.4.3 2001/12/17 20:58:40 nathanw Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -120,7 +120,7 @@
 
        /* Invoke any pending upcalls. */
        if (l->l_flag & L_SA_UPCALL)
-               cpu_upcall(l);
+               sa_upcall_userret(l);
 
        curcpu()->ci_schedstate.spc_curpriority = l->l_priority = l->l_usrpri;
 }



Home | Main Index | Thread Index | Old Index