The kthread is disabled at this time, so don't try to wake it up on
shutdown. This fixes a panic on reboot. MFC After: 3 days
This commit is contained in:
parent
022ad7817e
commit
8643f7775a
@ -2594,8 +2594,10 @@ static VOID arcmsr_shutdown(device_t dev)
|
||||
}
|
||||
}
|
||||
splx(s);
|
||||
#if 0
|
||||
pACB->acb_flags |= ACB_F_STOP_THREAD;
|
||||
wakeup(pACB->kthread_proc);/* signal to kernel thread do_dpcQ: "stop thread" */
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user