Skip to content
Snippets Groups Projects
Commit adb34022 authored by Russ Anderson's avatar Russ Anderson Committed by Tony Luck
Browse files

[IA64] Clean-up McKinley Errata message


No need to print "McKinley Errata 9 workaround not needed; disabling it"
on every non-McKinley Itanium, which at this point is almost all of them.

Signed-off-by: default avatarRuss Anderson <(rja@sgi.com)>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent c5d07d6c
No related branches found
No related tags found
No related merge requests found
...@@ -129,9 +129,6 @@ ia64_patch_mckinley_e9 (unsigned long start, unsigned long end) ...@@ -129,9 +129,6 @@ ia64_patch_mckinley_e9 (unsigned long start, unsigned long end)
first_time = 0; first_time = 0;
if (need_workaround) if (need_workaround)
printk(KERN_INFO "Leaving McKinley Errata 9 workaround enabled\n"); printk(KERN_INFO "Leaving McKinley Errata 9 workaround enabled\n");
else
printk(KERN_INFO "McKinley Errata 9 workaround not needed; "
"disabling it\n");
} }
if (need_workaround) if (need_workaround)
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment