K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-06-28T23:26:57.914087Z K 7 svn:log V 390 MFC: Add preliminary support for binding interrupts to CPUs: - Add a new method to interrupt events (ie_assign_cpu) for binding events to CPUs. - Bind ithreads to CPUs in their main loop (this is the original implementation, it may be changed if the cpuset stuff is MFC'd). - Add intr_event_bind(). - Implement ie_assign_cpu() and a 'intr_bind()' wrapper on amd64, i386, and sparc64. END