Robert Watson e84bcd8494 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.

Reviewed by:	jhb
MFC after:	1 week
2009-05-18 14:02:55 +00:00
..
2009-05-16 22:08:00 +00:00
2009-05-12 16:38:32 +00:00
2009-05-17 04:04:25 +00:00
2009-05-14 16:01:29 +00:00
2009-03-09 13:32:19 +00:00
2009-05-16 15:21:08 +00:00
2009-05-14 16:01:29 +00:00
2009-05-14 16:56:56 +00:00
2009-04-01 17:06:28 +00:00