Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kern/intr: use swi_add() string as name if no handler
If swi_add() is used to initialize an event without adding a handler, the name should be used as the device name. Otherwise there can be mysterious unnamed events lying around.
- Loading branch information