K 10 svn:author V 3 mjg K 8 svn:date V 27 2017-02-17T05:09:51.830638Z K 7 svn:log V 327 locks: remove SCHEDULER_STOPPED checks from primitives for modules They all fallback to the slow path if necessary and the check is there. This means a panicked kernel executing code from modules will be able to succeed doing actual lock/unlock, but this was already the case for core code which has said primitives inlined. END