diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-01 14:50:08 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-01 14:50:08 +0400 |
commit | 0bf8513ed0df64b38edce63411d4b7b368464f47 (patch) | |
tree | c15d7bb734f4daaba2fa01df9a83e4b79ea65726 /arch/sh/Kconfig.cpu | |
parent | 7863d3f7aeae05099a38693a0a7eb7bdc7b2ab05 (diff) | |
download | linux-0bf8513ed0df64b38edce63411d4b7b368464f47.tar.xz |
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.cpu')
-rw-r--r-- | arch/sh/Kconfig.cpu | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu index 9eb1712372d8..cd6e3ea598d5 100644 --- a/arch/sh/Kconfig.cpu +++ b/arch/sh/Kconfig.cpu @@ -96,9 +96,6 @@ config CPU_HAS_SR_RB See <file:Documentation/sh/register-banks.txt> for further information on SR.RB and register banking in the kernel in general. -config CPU_HAS_PTEA - bool - config CPU_HAS_PTEAEX bool |