K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-05-16T14:30:08.653811Z K 7 svn:log V 355 Binding interrupts to a CPU consists of two parts: setting up CPU affinity for the interrupt thread, and requesting that underlying hardware direct interrupts to the CPU. For software interrupt threads, implement a no-op interrupt event binder that returns success, so that the interrupt management code will just set the ithread's affinity and succeed. END