- panic("lockmgr: pid %d, not %s %d unlocking",
- pid, "exclusive lock holder",
- lkp->lk_lockholder);
+ panic("lockmgr: pid %d, thread 0x%8x,"
+ " not exclusive lock holder pid %d"
+ " thread 0x%8x unlocking, exclusive count %d",
+ pid, self, lkp->lk_lockholder,
+ lkp->lk_lockthread, lkp->lk_exclusivecount);