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:
Scott Long 2005-05-03 05:42:03 +00:00
parent d6ff5700fe
commit 4fd8c0dc7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145815

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