Fix breakage.

This commit is contained in:
Jake Burkholder 2002-03-27 06:45:48 +00:00
parent f2a79bb9b4
commit 3d58262f2f

View File

@ -34,7 +34,7 @@ void
cpu_critical_exit(void)
{
struct thread *td = curthread;
wrpr(td->td_md.md_savecrit, td->td_md.md_savecrit, 0);
wrpr(pil, td->td_md.md_savecrit, 0);
}
/*