Searched hist:"48 ec6d3bc99905973fbff667672adb82a3b88a91" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | diff 48ec6d3bc99905973fbff667672adb82a3b88a91 Wed May 22 00:56:21 CEST 2019 Konstantin Belousov <kib@FreeBSD.org> Do not call hw_mds_recalculate() from initializecpu().
If MDS mitigation is enabled by the tunable but MDS microcode is not early-loaded, software mitigation is selected. This causes initializecpu() to try to allocate memory which makes boot process very unhappy.
Create SYSINIT that runs sufficiently late to succeed.
Reported by: naddy PR: 237968 Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
/freebsd/sys/i386/i386/ |
H A D | initcpu.c | diff 48ec6d3bc99905973fbff667672adb82a3b88a91 Wed May 22 00:56:21 CEST 2019 Konstantin Belousov <kib@FreeBSD.org> Do not call hw_mds_recalculate() from initializecpu().
If MDS mitigation is enabled by the tunable but MDS microcode is not early-loaded, software mitigation is selected. This causes initializecpu() to try to allocate memory which makes boot process very unhappy.
Create SYSINIT that runs sufficiently late to succeed.
Reported by: naddy PR: 237968 Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
/freebsd/sys/amd64/amd64/ |
H A D | initcpu.c | diff 48ec6d3bc99905973fbff667672adb82a3b88a91 Wed May 22 00:56:21 CEST 2019 Konstantin Belousov <kib@FreeBSD.org> Do not call hw_mds_recalculate() from initializecpu().
If MDS mitigation is enabled by the tunable but MDS microcode is not early-loaded, software mitigation is selected. This causes initializecpu() to try to allocate memory which makes boot process very unhappy.
Create SYSINIT that runs sufficiently late to succeed.
Reported by: naddy PR: 237968 Sponsored by: The FreeBSD Foundation MFC after: 1 week
|