Page MenuHomeFreeBSD

arm64: Move intr_pic_init_secondary earlier
ClosedPublic

Authored by andrew on Nov 11 2025, 11:51 AM.
Tags
None
Referenced Files
F163266708: D53685.id166704.diff
Tue, Jul 21, 2:26 PM
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
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 Not Applicable
Unit
Tests Not Applicable