Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/include remove postsig. postsig is called by as...



details:   https://anonhg.NetBSD.org/src/rev/ae8a09784b90
branches:  trunk
changeset: 526734:ae8a09784b90
user:      uch <uch%NetBSD.org@localhost>
date:      Thu May 09 12:31:19 2002 +0000

description:
remove postsig. postsig is called by ast().

diffstat:

 sys/arch/sh3/include/userret.h |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 63c856421b80 -r ae8a09784b90 sys/arch/sh3/include/userret.h
--- a/sys/arch/sh3/include/userret.h    Thu May 09 12:30:45 2002 +0000
+++ b/sys/arch/sh3/include/userret.h    Thu May 09 12:31:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: userret.h,v 1.2 2002/04/28 12:51:14 msaitoh Exp $      */
+/*     $NetBSD: userret.h,v 1.3 2002/05/09 12:31:19 uch Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -48,11 +48,6 @@
 static __inline void
 userret(struct proc *p)
 {
-       int sig;
-
-       /* Take pending signals. */
-       while ((sig = CURSIG(p)) != 0)
-               postsig(sig);
 
        curcpu()->ci_schedstate.spc_curpriority = p->p_priority = p->p_usrpri;
 }



Home | Main Index | Thread Index | Old Index