Page MenuHomeFreeBSD

Remove the arm FIQ support
ClosedPublic

Authored by andrew on Jan 10 2022, 2:17 PM.
Tags
None
Referenced Files
F169410068: D33804.diff
Tue, Sep 1, 11:31 AM
F169360276: D33804.id101198.diff
Tue, Sep 1, 7:50 AM
F169235279: D33804.id.diff
Tue, Sep 1, 12:10 AM
Unknown Object (File)
Sun, Aug 30, 11:53 AM
Unknown Object (File)
Sun, Aug 30, 12:00 AM
Unknown Object (File)
Sat, Aug 29, 4:04 PM
Unknown Object (File)
Wed, Aug 26, 9:13 PM
Unknown Object (File)
Wed, Aug 26, 9:09 PM
Subscribers

Details

Reviewers
mmel
Group Reviewers
ARM
Commits
rG6abad5b6062d: Remove the arm FIQ support
Summary

It isn't used, and only masks/unmasks FIQs on the local CPU so will be
broken on SMP.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43802
Build 40690: arc lint + arc unit

Event Timeline

mmel added inline comments.
sys/arm/arm/exception.S
385

.fiqv should be also removed

386

and also this .space and _C_LABEL(page0_data) on the next line.
In addition, the arm_vector_init() function in machdep.c should be modified accordingly.

This revision is now accepted and ready to land.Jun 9 2024, 3:29 PM
This revision was automatically updated to reflect the committed changes.