K 10 svn:author V 3 kib K 8 svn:date V 27 2009-09-21T09:41:51.574052Z K 7 svn:log V 317 If CPU happens to be in usermode when a T_RESERVED trap occured, then trapsignal is called with ksi.ksi_signo = 0. For debugging kernels, that should end up in panic, for non-debugging kernels behaviour is undefined. Do panic regardeless of execution mode at the moment of trap. Reviewed by: jhb MFC after: 1 month END