PERFORCE change 78882 for review
Peter Wemm
peter at FreeBSD.org
Fri Jun 24 00:04:43 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=78882
Change 78882 by peter at peter_daintree on 2005/06/24 00:04:30
Turn this off again. It probably just needs to be
intr_disable()/intr_restore(), but I don't have more
time to mess with it.
Affected files ...
.. //depot/projects/hammer/sys/kern/kern_shutdown.c#36 edit
Differences ...
==== //depot/projects/hammer/sys/kern/kern_shutdown.c#36 (text+ko) ====
@@ -230,12 +230,10 @@
return;
}
- mtx_lock_spin(&sched_lock);
savectx(&dumppcb);
dumptid = curthread->td_tid;
dumping++;
dumpsys(&dumper);
- mtx_unlock_spin(&sched_lock);
}
/*
More information about the p4-projects
mailing list