diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-25 01:46:32 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-25 01:46:32 (GMT) |
commit | 347b9bdddbc38cfd46c27b3345e7facf651ecb92 (patch) | |
tree | e3e1ce8fe710a0f2db1d8722dad674d6a6c34342 /arch/sh/mm/Kconfig | |
parent | f0b859e3d63a07995f0db294864c2f3c9228f1e4 (diff) | |
download | linux-347b9bdddbc38cfd46c27b3345e7facf651ecb92.tar.xz |
sh: remove old broken pint code
The code in arch/sh/kernel/cpu/irq/pint.c doesn't compile, so let's
get rid of it to make space for a future pint implementation on top
of intc.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 70da1c8..0fc1e8e 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -70,7 +70,6 @@ config CPU_SUBTYPE_SH7705 bool "Support SH7705 processor" select CPU_SH3 select CPU_HAS_IPR_IRQ - select CPU_HAS_PINT_IRQ config CPU_SUBTYPE_SH7706 bool "Support SH7706 processor" @@ -82,7 +81,6 @@ config CPU_SUBTYPE_SH7706 config CPU_SUBTYPE_SH7707 bool "Support SH7707 processor" select CPU_SH3 - select CPU_HAS_PINT_IRQ help Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU. @@ -97,7 +95,6 @@ config CPU_SUBTYPE_SH7709 bool "Support SH7709 processor" select CPU_SH3 select CPU_HAS_IPR_IRQ - select CPU_HAS_PINT_IRQ help Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU. |