We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f14ab commit c272bebCopy full SHA for c272beb
arch/arm/mm/proc-v7-bugs.c
@@ -108,8 +108,7 @@ static unsigned int spectre_v2_install_workaround(unsigned int method)
108
#else
109
static unsigned int spectre_v2_install_workaround(unsigned int method)
110
{
111
- pr_info("CPU%u: Spectre V2: workarounds disabled by configuration\n",
112
- smp_processor_id());
+ pr_info_once("Spectre V2: workarounds disabled by configuration\n");
113
114
return SPECTRE_VULNERABLE;
115
}
0 commit comments