HomeFreeBSD

- Add the interrupt vector number to intr_event_create so MI code can

Description

  • Add the interrupt vector number to intr_event_create so MI code can lookup hard interrupt events by number. Ignore the irq# for soft intrs.
  • Add support to cpuset for binding hardware interrupts. This has the side effect of binding any ithread associated with the hard interrupt. As per restrictions imposed by MD code we can only bind interrupts to a single cpu presently. Interrupts can be 'unbound' by binding them to all cpus.

Reviewed by: jhb
Sponsored by: Nokia

Details

Provenance
jeffAuthored on Apr 11 2008, 3:26 AM
Parents
rG14320f1e7f93: Add a new flag, '-C' which enables a special mode that is intended for
Branches
Unknown
Tags
Unknown
Reverted By
D32504: kern/intr: remove "irq" from kernel event API