G/C MDP_HPUXTRACE since it is never set anywhere, so we don't actually

support HP-UX processes doing the tracing.
This commit is contained in:
scw 2000-07-27 14:25:14 +00:00
parent a254dae933
commit 110b948408
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.32 2000/06/29 08:04:05 mrg Exp $ */
/* $NetBSD: vm_machdep.c,v 1.33 2000/07/27 14:25:14 scw Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -96,8 +96,6 @@ cpu_fork(p1, p2, stack, stacksize, func, arg)
extern void proc_trampoline __P((void));
extern void savectx __P((struct pcb *));
p2->p_md.md_flags = p1->p_md.md_flags & ~MDP_HPUXTRACE;
/* Copy pcb from proc p1 to p2. */
if (p1 == curproc) {
/* Sync the PCB before we copy it. */