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)
Sun, Jan 12, 4:15 AM
Unknown Object (File)
Sat, Jan 11, 4:55 AM
Unknown Object (File)
Fri, Jan 10, 11:21 AM
Unknown Object (File)
Fri, Jan 10, 10:04 AM
Unknown Object (File)
Fri, Jan 10, 5:45 AM
Unknown Object (File)
Fri, Dec 27, 12:59 AM
Unknown Object (File)
Dec 14 2024, 12:23 PM
Unknown Object (File)
Dec 13 2024, 1:55 PM

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 Skipped
Unit
Tests Skipped
Build Status
Buildable 60886
Build 57770: arc lint + arc unit

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.