HomeFreeBSD

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

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.

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
Reverted By
D32504: kern/intr: remove "irq" from kernel event API

Commit No Longer Exists

This commit no longer exists in the repository.