commit | 45ed285b54930767937deb0eaf718b1d08c3c475 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Mar 08 18:12:17 2007 +0900 |
committer | Paul Mundt <lethal@hera.kernel.org> | Mon May 07 02:10:51 2007 +0000 |
tree | 6132a0116f3c6370884d64928dbc2825b964f510 | |
parent | fc31b80957a14a60513d953cc67a55519a2b09c7 [diff] |
sh: speculative execution support for SH7780. SH7780 has a speculative execution mode where it can speculatively perform an instruction fetch for subroutine returns, this allows it to be enabled. There are some various pitfalls associated with this mode, so it's left as depending on CONFIG_EXPERIMENTAL and not enabled by default. Signed-off-by: Paul Mundt <lethal@linux-sh.org>