K 10 svn:author V 6 jkoshy K 8 svn:date V 27 2005-07-09T17:19:46.000000Z K 7 svn:log V 294 Have the NMI handler call the C language trap() routine and directly exit via 'doreti_exit'. Since the NMI interrupt may be taken at any time, including when the processor has masked external interrupts, it is not safe to call ast() as is done for normal interrupts. Approved by: re (scottl) END