Page MenuHomeFreeBSD

mips: Extract HWREna configuration and call from APs
ClosedPublic

Authored by jrtc27 on Dec 12 2024, 11:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 24, 8:04 AM
Unknown Object (File)
Sat, Sep 20, 5:18 PM
Unknown Object (File)
Sep 6 2025, 5:36 PM
Unknown Object (File)
Sep 6 2025, 12:28 PM
Unknown Object (File)
Sep 4 2025, 11:42 PM
Unknown Object (File)
Aug 28 2025, 9:30 AM
Unknown Object (File)
Aug 13 2025, 6:05 PM
Unknown Object (File)
Aug 10 2025, 6:13 AM
Subscribers

Details

Summary

The intent of mips_get_identity is to perform any feature detection and
corresponding global system configuration, but currently it is also
abused to set HWREna.UL on the BSP when available, with APs being left
unconfigured. Extract that part out into its own function that gets
called after mips_get_identity on the BSP, and call it on the APs from
smp_init_secondary.

This is a direct commit to stable/13 as mips no longer exists in main.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable