Chop off one bit of our MD space for FIQs and route those through INTRNG
to a compatible root controller. These will be used by the Apple
Silicon, which use FIQs for timer interrupts at a minimum. For all
in-tree platforms, this should effectively be a NOP.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 53553 Build 50444: arc lint + arc unit
Event Timeline
sys/arm64/include/intr.h | ||
---|---|---|
51–61 | Why expose these to assembly language? There is an instinct to expose everything, but I sincerely doubt these will ever be used in assembly language. I would prefer to have the #endif after line 61 to hint these are never used in assembly. |