diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-01 19:50:08 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-01 19:50:08 +0900 |
commit | 0bf8513ed0df64b38edce63411d4b7b368464f47 (patch) | |
tree | c15d7bb734f4daaba2fa01df9a83e4b79ea65726 /arch/sh/Kconfig | |
parent | 7863d3f7aeae05099a38693a0a7eb7bdc7b2ab05 (diff) | |
download | linux-3.10-0bf8513ed0df64b38edce63411d4b7b368464f47.tar.gz linux-3.10-0bf8513ed0df64b38edce63411d4b7b368464f47.tar.bz2 linux-3.10-0bf8513ed0df64b38edce63411d4b7b368464f47.zip |
sh: Tidy up SH-4A boot_cpu_data.flags probing.
This tidies up the boot_cpu_data.flags probing on SH-4A. All of them have
a few things in common, which we can blindly set, rather than having each
subtype have to set the same flags. We can also make assumptions about
cache ways and the validity of PTEA, so this also kills off CPU_HAS_PTEA
as a config option. There was also a bug in the FPU probing, which is now
tidied up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index c815975b8d7..e9392aa8c56 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -174,7 +174,6 @@ config CPU_SH4 bool select CPU_HAS_INTEVT select CPU_HAS_SR_RB - select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2 select CPU_HAS_FPU if !CPU_SH4AL_DSP select SYS_SUPPORTS_TMU |