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
Unknown Object (File)
Thu, Nov 13, 12:48 AM
Unknown Object (File)
Thu, Nov 6, 12:24 AM
Unknown Object (File)
Sun, Nov 2, 7:08 PM
Unknown Object (File)
Fri, Oct 24, 1:14 AM
Unknown Object (File)
Sun, Oct 19, 5:20 PM
Unknown Object (File)
Oct 14 2025, 5:24 AM
Unknown Object (File)
Oct 8 2025, 9:13 PM
Unknown Object (File)
Oct 8 2025, 11:30 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.