K 10 svn:author V 6 marcel K 8 svn:date V 27 2005-10-30T17:23:01.000000Z K 7 svn:log V 267 Remove a stray return statement in the interrupt dispatch function that caused a premature exit after calling a fast interrupt handler and bypassing a much needed critical_exit() and the scheduling of the interrupt thread for non-fast handlers. In short: unbreak :-) END