Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=29e0d209b38479e6817318a971082421a7d630b7
Commit:     29e0d209b38479e6817318a971082421a7d630b7
Parent:     b4eaa1cc7ce8203ac9af9184c49c635ce79592b1
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Thu Nov 22 13:11:39 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:18:55 2008 +0900

    sh: Add SH-5 subtypes to check_bugs() for utsname.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 include/asm-sh/bugs.h |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/include/asm-sh/bugs.h b/include/asm-sh/bugs.h
index b66139f..e2d7956 100644
--- a/include/asm-sh/bugs.h
+++ b/include/asm-sh/bugs.h
@@ -48,9 +48,16 @@ static void __init check_bugs(void)
                *p++ = 's';
                *p++ = 'p';
                break;
-       default:
-               *p++ = '?';
-               *p++ = '!';
+       case CPU_SH5_101 ... CPU_SH5_103:
+               *p++ = '6';
+               *p++ = '4';
+               break;
+       case CPU_SH_NONE:
+               /*
+                * Specifically use CPU_SH_NONE rather than default:,
+                * so we're able to have the compiler whine about
+                * unhandled enumerations.
+                */
                break;
        }
 
-
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