Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/irix remove an unnecessary check of PK_MARKER



details:   https://anonhg.NetBSD.org/src/rev/543099fa1f8f
branches:  trunk
changeset: 755634:543099fa1f8f
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Jun 13 04:08:49 2010 +0000

description:
remove an unnecessary check of PK_MARKER

diffstat:

 sys/compat/irix/irix_exec.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 0c64c08d3c16 -r 543099fa1f8f sys/compat/irix/irix_exec.c
--- a/sys/compat/irix/irix_exec.c       Sun Jun 13 03:34:19 2010 +0000
+++ b/sys/compat/irix/irix_exec.c       Sun Jun 13 04:08:49 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irix_exec.c,v 1.56 2009/12/14 00:47:10 matt Exp $ */
+/*     $NetBSD: irix_exec.c,v 1.57 2010/06/13 04:08:49 yamt Exp $ */
 
 /*-
  * Copyright (c) 2001-2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irix_exec.c,v 1.56 2009/12/14 00:47:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_exec.c,v 1.57 2010/06/13 04:08:49 yamt Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_syscall_debug.h"
@@ -190,8 +190,6 @@
         */
        mutex_enter(proc_lock);
        PROCLIST_FOREACH(pp, &allproc) {
-               if ((pp->p_flag & PK_MARKER) != 0)
-                       continue;
                /* Select IRIX processes */
                if (irix_check_exec(pp) == 0)
                        continue;



Home | Main Index | Thread Index | Old Index