Fix breakage.
This commit is contained in:
parent
f2a79bb9b4
commit
3d58262f2f
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user