Skip to content

Commit c272beb

Browse files
committed
fixup arch/arm/mm/proc-v7-bugs.c
Signed-off-by: Dmitry Osipenko <[email protected]>
1 parent c4f14ab commit c272beb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: arch/arm/mm/proc-v7-bugs.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ static unsigned int spectre_v2_install_workaround(unsigned int method)
108108
#else
109109
static unsigned int spectre_v2_install_workaround(unsigned int method)
110110
{
111-
pr_info("CPU%u: Spectre V2: workarounds disabled by configuration\n",
112-
smp_processor_id());
111+
pr_info_once("Spectre V2: workarounds disabled by configuration\n");
113112

114113
return SPECTRE_VULNERABLE;
115114
}

0 commit comments

Comments
 (0)