Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=14bea95b84a3eedfe9e12f576d5f9f63f0f1b6ff
Commit:     14bea95b84a3eedfe9e12f576d5f9f63f0f1b6ff
Parent:     711be60522829beb82807de2867e56513934ebec
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Mon Jun 11 10:18:45 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jun 11 10:18:45 2007 +0900

    sh: Compile fix for SH7604 removal.
    
    There was a last remaining reference to CPU_SH7604 that broke
    the build, kill that off too.
    
    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 5a117ec..efc8fd3 100644
--- a/include/asm-sh/bugs.h
+++ b/include/asm-sh/bugs.h
@@ -22,7 +22,7 @@ static void __init check_bugs(void)
        current_cpu_data.loops_per_jiffy = loops_per_jiffy;
 
        switch (current_cpu_data.type) {
-       case CPU_SH7604 ... CPU_SH7619:
+       case CPU_SH7619:
                *p++ = '2';
                break;
        case CPU_SH7206:
-
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