diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-24 21:46:32 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-24 21:46:32 -0400 |
commit | 347b9bdddbc38cfd46c27b3345e7facf651ecb92 (patch) | |
tree | e3e1ce8fe710a0f2db1d8722dad674d6a6c34342 /arch/sh/mm | |
parent | f0b859e3d63a07995f0db294864c2f3c9228f1e4 (diff) |
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')
-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 70da1c8d407e..0fc1e8ea779e 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -70,7 +70,6 @@ config CPU_SUBTYPE_SH7705 | |||
70 | bool "Support SH7705 processor" | 70 | bool "Support SH7705 processor" |
71 | select CPU_SH3 | 71 | select CPU_SH3 |
72 | select CPU_HAS_IPR_IRQ | 72 | select CPU_HAS_IPR_IRQ |
73 | select CPU_HAS_PINT_IRQ | ||
74 | 73 | ||
75 | config CPU_SUBTYPE_SH7706 | 74 | config CPU_SUBTYPE_SH7706 |
76 | bool "Support SH7706 processor" | 75 | bool "Support SH7706 processor" |
@@ -82,7 +81,6 @@ config CPU_SUBTYPE_SH7706 | |||
82 | config CPU_SUBTYPE_SH7707 | 81 | config CPU_SUBTYPE_SH7707 |
83 | bool "Support SH7707 processor" | 82 | bool "Support SH7707 processor" |
84 | select CPU_SH3 | 83 | select CPU_SH3 |
85 | select CPU_HAS_PINT_IRQ | ||
86 | help | 84 | help |
87 | Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU. | 85 | Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU. |
88 | 86 | ||
@@ -97,7 +95,6 @@ config CPU_SUBTYPE_SH7709 | |||
97 | bool "Support SH7709 processor" | 95 | bool "Support SH7709 processor" |
98 | select CPU_SH3 | 96 | select CPU_SH3 |
99 | select CPU_HAS_IPR_IRQ | 97 | select CPU_HAS_IPR_IRQ |
100 | select CPU_HAS_PINT_IRQ | ||
101 | help | 98 | help |
102 | Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU. | 99 | Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU. |
103 | 100 | ||