diff options
| -rw-r--r-- | sys/ia64/ia64/vm_machdep.c | 7 |
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; } } |
