We can now include sys/intr.h to get these constants rather than using
genassym. Opt for this simpler method.
Sponsored by: Netflix
Differential D47847
arm: Use constants from sys/intr.h, not genassym imp on Fri, Nov 29, 9:22 PM. Authored by Tags None Referenced Files
Subscribers
Details We can now include sys/intr.h to get these constants rather than using Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions 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). |