]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/kernel/process.c
sh: MS7712SE01 board support.
[linux-2.6-omap-h63xx.git] / arch / sh / kernel / process.c
index e7607366ac4e7e2a7998b9ad793ade86d4f08c56..286c80388bf591c09c8ffbdbfe5c75ae25f6adb6 100644 (file)
@@ -299,7 +299,8 @@ static void ubc_set_tracing(int asid, unsigned long pc)
        ctrl_outl(0, UBC_BAMRA);
 
        if (current_cpu_data.type == CPU_SH7729 ||
-           current_cpu_data.type == CPU_SH7710) {
+           current_cpu_data.type == CPU_SH7710 || 
+           current_cpu_data.type == CPU_SH7712 ) {
                ctrl_outw(BBR_INST | BBR_READ | BBR_CPU, UBC_BBRA);
                ctrl_outl(BRCR_PCBA | BRCR_PCTE, UBC_BRCR);
        } else {