rwatson d9e163e093 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-18 12:03:43 +00:00
2009-04-15 20:43:12 +00:00
2008-08-03 21:07:19 +00:00
2009-05-12 17:05:40 +00:00
2008-11-27 04:40:37 +00:00
2008-09-22 10:37:02 +00:00
2008-05-12 06:42:06 +00:00
2008-05-23 04:06:49 +00:00
2007-12-14 21:30:51 +00:00
2009-03-30 15:01:29 +00:00
2009-04-21 19:14:13 +00:00
2009-05-17 23:25:53 +00:00