K 10 svn:author V 3 pjd K 8 svn:date V 27 2008-07-27T11:46:42.455053Z K 7 svn:log V 311 - Move vp test for beeing NULL under IGNORE_LOCK(). - Check if panicstr isn't set, if it is ignore the lock. This helps to avoid confusion, because lockmgr is a no-op when panicstr isn't NULL, so asserting anything at this point doesn't make sense and can just race with other panic. Discussed with: kib END