HomeFreeBSD

intr: Document how to get the interrupt frame

Description

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 38c35248fe3b, support for that
has been removed. I neglected to update that commit message with these
details.

Suggested by: mhorne

Details

Provenance
impAuthored on Fri, May 10, 9:41 PM
Parents
rG38c35248fe3b: kern/intr: remove support for passing trap frame as argument
Branches
Unknown
Tags
Unknown