* [patch] Clean-up McKinley Errata message
@ 2007-11-01 21:00 Russ Anderson
0 siblings, 0 replies; only message in thread
From: Russ Anderson @ 2007-11-01 21:00 UTC (permalink / raw)
To: linux-ia64
[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 (rja@sgi.com)
---
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 rja@sgi.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-01 21:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 21:00 [patch] Clean-up McKinley Errata message Russ Anderson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.