diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:38:11 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:38:11 -0400 |
commit | e5723e0eeb2dc16629e86d66785024ead9169000 (patch) | |
tree | 7fe39cdaf3106cc726d3b84fdc998b382b6c5e22 /arch/sh/kernel/process.c | |
parent | ecd9561687a0952a96a0a705f618e59cb6f3189b (diff) |
sh: Add support for SH7706/SH7710/SH7343 CPUs.
This adds support for the aforementioned CPU subtypes, and cleans
up some build issues encountered as a result.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/process.c')
-rw-r--r-- | arch/sh/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/process.c b/arch/sh/kernel/process.c index c4aa687ba26a..2167746e88f1 100644 --- a/arch/sh/kernel/process.c +++ b/arch/sh/kernel/process.c | |||
@@ -310,7 +310,7 @@ ubc_set_tracing(int asid, unsigned long pc) | |||
310 | 310 | ||
311 | ctrl_outl(0, UBC_BAMRA); | 311 | ctrl_outl(0, UBC_BAMRA); |
312 | 312 | ||
313 | if (cpu_data->type == CPU_SH7729) { | 313 | if (cpu_data->type == CPU_SH7729 || cpu_data->type == CPU_SH7710) { |
314 | ctrl_outw(BBR_INST | BBR_READ | BBR_CPU, UBC_BBRA); | 314 | ctrl_outw(BBR_INST | BBR_READ | BBR_CPU, UBC_BBRA); |
315 | ctrl_outl(BRCR_PCBA | BRCR_PCTE, UBC_BRCR); | 315 | ctrl_outl(BRCR_PCBA | BRCR_PCTE, UBC_BRCR); |
316 | } else { | 316 | } else { |