Page MenuHomeFreeBSD

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

Authored by imp on Fri, Nov 29, 9:22 PM.
Tags
None
Referenced Files
F104509734: D47847.diff
Sat, Dec 7, 12:26 PM
Unknown Object (File)
Fri, Dec 6, 6:38 PM
Unknown Object (File)
Mon, Dec 2, 3:59 PM
Unknown Object (File)
Sat, Nov 30, 11:54 PM
Unknown Object (File)
Sat, Nov 30, 11:53 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Fri, Nov 29, 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.