K 10 svn:author V 5 markj K 8 svn:date V 27 2017-06-19T21:09:50.526319Z K 7 svn:log V 321 Fix the !TD_IS_IDLETHREAD(curthread) locking assertions. Most of the lock slowpaths assert that the calling thread isn't an idle thread. However, this may not be true if the system has panicked, and in some cases the assertion appears before a SCHEDULER_STOPPED() check. MFC after: 3 days Sponsored by: Dell EMC Isilon END