aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-02-22 16:53:23 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-02-22 16:53:23 +0000
commit6a7b2863ba72c49da0045f3c48c9fb99abebb328 (patch)
treeeeab2d95a6374e529f31df3aa01c75996f303a5a /sys/ia64
parent6efc0dc140f4ecaf3d387c1fed50545f6d93d8b8 (diff)
Notes
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/vm_machdep.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c
index 6341f70e38cb..4a280d6201cd 100644
--- a/sys/ia64/ia64/vm_machdep.c
+++ b/sys/ia64/ia64/vm_machdep.c
@@ -265,13 +265,6 @@ cpu_fork(p1, p2, flags)
up->u_pcb.pcb_r5 = FDESC_FUNC(exception_restore);
up->u_pcb.pcb_r6 = (u_int64_t)p2;
up->u_pcb.pcb_b0 = FDESC_FUNC(switch_trampoline);
-
- /*
- * Clear the saved recursion count for sched_lock
- * since the child needs only one count which is
- * released in switch_trampoline.
- */
- up->u_pcb.pcb_schednest = 0;
}
}