K 10 svn:author V 5 jceel K 8 svn:date V 27 2012-08-06T16:55:01.471354Z K 7 svn:log V 245 Remove need of passing trapframes between consecutive arm_dispatch_irq() calls. Trapframe will be stored in thread td_intr_frame variable in first arm_dispatch_irq() call (at root interrupt controlled) and maintained in whole IRQ handling path. END