mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-01 23:53:16 -04:00
The current SMN index used for the driver probe seems to be meant
for the BIOS pair and there are potential concurrency problems that can
occur with an inopportune SMI.
It is been advised to use SMN_INDEX_0 instead of SMN_INDEX_2, which is
what amd_nb.c provides and this function has protections to ensure that
only one caller can use it at a time.
Fixes:
|
||
---|---|---|
.. | ||
acpi.c | ||
auto-mode.c | ||
cnqf.c | ||
core.c | ||
Kconfig | ||
Makefile | ||
pmf.h | ||
sps.c |