]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IA64] Clean-up McKinley Errata message
authorRuss Anderson <rja@sgi.com>
Thu, 1 Nov 2007 21:00:04 +0000 (16:00 -0500)
committerTony Luck <tony.luck@intel.com>
Tue, 6 Nov 2007 23:40:07 +0000 (15:40 -0800)
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>
arch/ia64/kernel/patch.c

index e796e29f8e156df255c93f85fa5cd8f7a882dace..2cb9425e04210fed5de6e6168074f04193210971 100644 (file)
@@ -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;