Gitweb: http://git.kernel.org/linus/37042fbd8b3256d2a44b17646fa9de8777d5a34a Commit: 37042fbd8b3256d2a44b17646fa9de8777d5a34a Parent: 55ba99eb211a06709237cb322ecd8c8b6faf6159 Author: Paul Mundt <lethal@linux-sh.org> AuthorDate: Tue Mar 3 15:57:02 2009 +0900 Committer: Paul Mundt <lethal@linux-sh.org> CommitDate: Tue Mar 3 15:57:02 2009 +0900 sh: SH7786 is an SH-X3 core, select CPU_SHX3. Signed-off-by: Paul Mundt <lethal@linux-sh.org> --- arch/sh/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 0ae0968..83aee3d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -359,7 +359,7 @@ config CPU_SUBTYPE_SH7785 config CPU_SUBTYPE_SH7786 bool "Support SH7786 processor" select CPU_SH4A - select CPU_SHX2 + select CPU_SHX3 select ARCH_SPARSEMEM_ENABLE select SYS_SUPPORTS_NUMA -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
