K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-07-26T15:32:55.000000Z K 7 svn:log V 294 If the trap number stored in the trapframe is corrupted into a negative value, then we would use a negative index into the trap_msg[] array resulting in a nested page fault. Make the 'type' variable holding the trap number unsigned to avoid this. MFC after: 2 weeks Approved by: re (rwatson) END