Commit 8c563a30cdfff2833c4c2078d25b5d1469706a6d

Authored by Matt Fleming
Committed by Paul Mundt
1 parent 77f36fcc03

sh: Turn on speculative return for SH7785 and SH7786

Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -68,7 +68,8 @@
68 68  
69 69 config SPECULATIVE_EXECUTION
70 70 bool "Speculative subroutine return"
71   - depends on CPU_SUBTYPE_SH7780 && EXPERIMENTAL
  71 + depends on EXPERIMENTAL
  72 + depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || CPU_SUBTYPE_SH7786
72 73 help
73 74 This enables support for a speculative instruction fetch for
74 75 subroutine return. There are various pitfalls associated with