aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorRuss Anderson <rja@sgi.com>2007-11-01 16:00:04 -0500
committerTony Luck <tony.luck@intel.com>2007-11-06 15:40:07 -0800
commitadb34022eb7a11126fecef6b5abb4741a17360c6 (patch)
treee84d531bcf6ec547338e67b37d758a9ad3c17450 /arch/ia64
parent[IA64] Add gate.lds to list of files ignored by Git (diff)
downloadlinux-dev-adb34022eb7a11126fecef6b5abb4741a17360c6.tar.xz
linux-dev-adb34022eb7a11126fecef6b5abb4741a17360c6.zip
[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: Russ Anderson (rja@sgi.com) Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kernel/patch.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ia64/kernel/patch.c b/arch/ia64/kernel/patch.c
index e796e29f8e15..2cb9425e0421 100644
--- a/arch/ia64/kernel/patch.c
+++ b/arch/ia64/kernel/patch.c
@@ -129,9 +129,6 @@ ia64_patch_mckinley_e9 (unsigned long start, unsigned long end)
first_time = 0;
if (need_workaround)
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)
return;