K 10 svn:author V 5 kmacy K 8 svn:date V 27 2009-05-18T19:56:06.503962Z K 7 svn:log V 477 merge 188904 - Resolve an issue where we may clear an idt while an interrupt on a different cpu is still assigned to that vector by never clearing idt entries. This was only provided as a debugging feature and the bugs are caught by other means. - Drop the sched lock when rebinding to reassign an interrupt vector to a new cpu so that pending interrupts have a chance to be delivered before removing the old vector. Discussed with: tegge, jhb END