Page MenuHomeFreeBSD

Remove the arm FIQ support
Needs ReviewPublic

Authored by andrew on Jan 10 2022, 2:17 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
May 3 2023, 6:14 PM
Unknown Object (File)
Apr 4 2023, 9:43 AM
Unknown Object (File)
Mar 20 2023, 9:43 AM
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.