Page MenuHomeFreeBSD

arm64: Move intr_pic_init_secondary earlier
ClosedPublic

Authored by andrew on Nov 11 2025, 11:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 19, 3:12 PM
Unknown Object (File)
Wed, Jul 15, 6:54 AM
Unknown Object (File)
Wed, Jul 15, 6:54 AM
Unknown Object (File)
Tue, Jul 14, 1:23 AM
Unknown Object (File)
Fri, Jul 3, 7:18 AM
Unknown Object (File)
Fri, Jul 3, 7:14 AM
Unknown Object (File)
Jun 17 2026, 2:21 AM
Unknown Object (File)
May 21 2026, 7:56 AM
Subscribers

Details

Summary

This may have been called after intr_irq_shuffle. For most interrupt
controllers this appears to be safe, however for the GICv5 we need to
read a per-CPU ID register before we can assign interrupts to a given
CPU.

Fix the race by moving intr_pic_init_secondary earlier in the boot,
after devices have been enumerated and before the interrupts are moved
to their assigned CPUs.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68536
Build 65419: arc lint + arc unit