Page MenuHomeFreeBSD

Remove the arm FIQ support
Needs ReviewPublic

Authored by andrew on Jan 10 2022, 2:17 PM.
Tags
None
Referenced Files
F85670749: D33804.diff
Sat, Jun 8, 10:03 PM
Unknown Object (File)
Fri, May 31, 12:15 PM
Unknown Object (File)
Mon, May 13, 3:57 PM
Unknown Object (File)
Dec 27 2023, 9:16 AM
Unknown Object (File)
Dec 20 2023, 4:08 AM
Unknown Object (File)
Nov 10 2023, 9:29 AM
Unknown Object (File)
Oct 9 2023, 8:26 AM
Unknown Object (File)
Jun 21 2023, 2:47 PM
Subscribers

Details

Reviewers
None
Group Reviewers
ARM
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 43803
Build 40691: arc lint + arc unit

Event Timeline

mmel added inline comments.
sys/arm/arm/exception.S
381–382

.fiqv should be also removed

382

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.