Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=829c773da599285e2780dbaab5c795b7b498ef22
Commit:     829c773da599285e2780dbaab5c795b7b498ef22
Parent:     ecc14e8cf7f7865b8b7a9e1796c0b18cbb477d2f
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 12 16:48:16 2008 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 14:22:10 2008 +0900

    sh: Handle SH7366 CPU in check_bugs().
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 include/asm-sh/bugs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-sh/bugs.h b/include/asm-sh/bugs.h
index def8128..cfda7d5 100644
--- a/include/asm-sh/bugs.h
+++ b/include/asm-sh/bugs.h
@@ -39,7 +39,7 @@ static void __init check_bugs(void)
                *p++ = '4';
                *p++ = 'a';
                break;
-       case CPU_SH7343 ... CPU_SH7722:
+       case CPU_SH7343 ... CPU_SH7366:
                *p++ = '4';
                *p++ = 'a';
                *p++ = 'l';
-
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