Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
intr: Document how to get the interrupt frame
Document that the only way to get the interrupt thread is to use curthread->td_intr_frame, rather than the old-style of having a NULL pointer for the interrupt thread. As of 38c3524, support for that has been removed. I neglected to update that commit message with these details. Suggested by: mhorne
- Loading branch information