Skip to content

Commit

Permalink
fixup arch/arm/mm/proc-v7-bugs.c
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Osipenko <[email protected]>
  • Loading branch information
digetx committed Mar 26, 2022
1 parent 6b2b06d commit f52bb34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mm/proc-v7-bugs.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ static unsigned int spectre_v2_install_workaround(unsigned int method)
#else
static unsigned int spectre_v2_install_workaround(unsigned int method)
{
pr_info("CPU%u: Spectre V2: workarounds disabled by configuration\n",
smp_processor_id());
pr_info_once("Spectre V2: workarounds disabled by configuration\n");

return SPECTRE_VULNERABLE;
}
Expand Down

0 comments on commit f52bb34

Please sign in to comment.