Page MenuHomeFreeBSD

arm: Use constants from sys/intr.h, not genassym
ClosedPublic

Authored by imp on Nov 29 2024, 9:22 PM.
Tags
None
Referenced Files
F157298042: D47847.diff
Wed, May 20, 3:10 AM
Unknown Object (File)
Mon, May 11, 11:12 PM
Unknown Object (File)
Mon, May 11, 11:12 PM
Unknown Object (File)
Mon, May 11, 11:01 PM
Unknown Object (File)
Sun, May 3, 6:10 PM
Unknown Object (File)
Mon, Apr 27, 4:54 PM
Unknown Object (File)
Sat, Apr 25, 12:02 AM
Unknown Object (File)
Fri, Apr 24, 9:53 AM

Details

Summary

We can now include sys/intr.h to get these constants rather than using
genassym. Opt for this simpler method.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 29 2024, 9:29 PM

I dislike making the interrupt headers assembly-safe merely for this. If this is really desired, then have the all constants in machine/intr.h (which is better anyway).

This revision was automatically updated to reflect the committed changes.