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:
scottl 2005-05-03 05:42:03 +00:00
parent 022ad7817e
commit 8643f7775a

View File

@ -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;
}
/*