[patch] Clean-up McKinley Errata message
A small clean-up patch.
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 ([EMAIL PROTECTED])
---
arch/ia64/kernel/patch.c | 3 ---
1 file changed, 3 deletions(-)
Index: test/arch/ia64/kernel/patch.c
===================================================================
--- test.orig/arch/ia64/kernel/patch.c 2007-10-16 09:19:28.000000000 -0500
+++ test/arch/ia64/kernel/patch.c 2007-11-01 15:28:38.613965920 -0500
@@ -129,9 +129,6 @@ ia64_patch_mckinley_e9 (unsigned long st
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;
--
Russ Anderson, OS RAS/Partitioning Project Lead
SGI - Silicon Graphics Inc [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html