K 10 svn:author V 6 marius K 8 svn:date V 27 2010-01-13T20:40:49.087563Z K 7 svn:log V 285 MFC: r200914 Don't use an out register to hold the vector number across the call of the interrupt handler in intr_fast() as the handler might clobber it (no in-tree handler currently does but an upcoming one will). While at it, tidy the register usage in the interrupt counting code. END