| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] MIPS: Octeon: Cleanup Kconfig IRQ_CPU* symbols. |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Thu, 17 Feb 2011 14:04:33 -0800 |
| Cc: | David Daney <ddaney@caviumnetworks.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Octeon doesn't use IRQ_CPU, so don't select it.
IRQ_CPU_OCTEON is a completely unused symbol, remove it completely.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
arch/mips/Kconfig | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index e89b416..89eff23 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -992,9 +992,6 @@ config IRQ_GT641XX
config IRQ_GIC
bool
-config IRQ_CPU_OCTEON
- bool
-
config MIPS_BOARDS_GEN
bool
@@ -1354,8 +1351,6 @@ config CPU_SB1
config CPU_CAVIUM_OCTEON
bool "Cavium Octeon processor"
depends on SYS_HAS_CPU_CAVIUM_OCTEON
- select IRQ_CPU
- select IRQ_CPU_OCTEON
select CPU_HAS_PREFETCH
select CPU_SUPPORTS_64BIT_KERNEL
select SYS_SUPPORTS_SMP
--
1.7.2.3
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: Octeon: Fix interrupt irq settings for performance counters., David Daney |
|---|---|
| Next by Date: | [PATCH] MIPS: Fix show_interrupts() for CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED., David Daney |
| Previous by Thread: | [PATCH] MIPS: Octeon: Fix interrupt irq settings for performance counters., David Daney |
| Next by Thread: | [PATCH] MIPS: Fix show_interrupts() for CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |