Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1cfb629cfa4a8d9b65c0f60c65ec731bde82d60c
Commit:     1cfb629cfa4a8d9b65c0f60c65ec731bde82d60c
Parent:     10a1debee11168c603e6d2e13f4c1da7c5bac64e
Author:     Magnus Damm <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 6 23:57:57 2008 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 14:22:07 2008 +0900

    sh: add probe support for new sh7722 cut
    
    This patch adds support for sh7722 devices with prr value 0xa1.
    
    Signed-off-by: Magnus Damm <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/cpu/sh4/probe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c
index f2b9238..89b454b 100644
--- a/arch/sh/kernel/cpu/sh4/probe.c
+++ b/arch/sh/kernel/cpu/sh4/probe.c
@@ -126,7 +126,7 @@ int __init detect_cpu_and_cache_system(void)
                                          CPU_HAS_LLSC;
                break;
        case 0x3008:
-               if (prr == 0xa0) {
+               if (prr == 0xa0 || prr == 0xa1) {
                        boot_cpu_data.type = CPU_SH7722;
                        boot_cpu_data.icache.ways = 4;
                        boot_cpu_data.dcache.ways = 4;
-
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