Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=adb34022eb7a11126fecef6b5abb4741a17360c6
Commit:     adb34022eb7a11126fecef6b5abb4741a17360c6
Parent:     c5d07d6ccc6710cad5815768c6d5e629c99b4dca
Author:     Russ Anderson <[EMAIL PROTECTED]>
AuthorDate: Thu Nov 1 16:00:04 2007 -0500
Committer:  Tony Luck <[EMAIL PROTECTED]>
CommitDate: Tue Nov 6 15:40:07 2007 -0800

    [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 ([EMAIL PROTECTED])
    Signed-off-by: Tony Luck <[EMAIL PROTECTED]>
---
 arch/ia64/kernel/patch.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/ia64/kernel/patch.c b/arch/ia64/kernel/patch.c
index e796e29..2cb9425 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to