sh: Add support for SH7724 (SH-Mobile R2R) CPU subtype.
This implements initial support for the SH-Mobile R2R CPU. Based on Rev 0.11 of the initial SH7724 hardware manual. Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:

committed by
Paul Mundt

parent
3ee8da87ba
commit
0207a2efb4
@@ -109,6 +109,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
|
||||
case CPU_SH7785:
|
||||
case CPU_SH7786:
|
||||
case CPU_SH7723:
|
||||
case CPU_SH7724:
|
||||
case CPU_SHX3:
|
||||
lmodel = &op_model_sh4a_ops;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user