sh: Add support for SH7786 CPU subtype.
This adds preliminary support for the SH7786 CPU subtype. While this is a dual-core CPU, only UP is supported for now. L2 cache support is likewise not yet implemented. More information on this particular CPU subtype is available at: http://www.renesas.com/fmwk.jsp?cnt=sh7786_root.jsp&fp=/products/mpumcu/superh_family/sh7780_series/sh7786_group/ 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
93fde77454
commit
55ba99eb21
@@ -107,6 +107,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
|
||||
case CPU_SH7780:
|
||||
case CPU_SH7781:
|
||||
case CPU_SH7785:
|
||||
case CPU_SH7786:
|
||||
case CPU_SH7723:
|
||||
case CPU_SHX3:
|
||||
lmodel = &op_model_sh4a_ops;
|
||||
|
Reference in New Issue
Block a user