| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] MIPS: fix duplicate config ARCH_SPARSEMEM_ENABLE |
| From: | Yoichi Yuasa <yuasa@linux-mips.org> |
| Date: | Wed, 30 May 2012 17:06:26 +0900 |
| Cc: | yuasa@linux-mips.org, linux-mips <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=2IsjCw25CWWg723CR3JC8Hp93aTY52slx5T6pAgklbs=; b=ubGVenaXxd7ZLC2gVoZUeMiKUAokoksY3az4RmcwZHarN6dXYb7KgA+mUwgTMJ46di t5ls0VhkxVtfoxFKraIOJQQIleg1dfQyHxa+1IWVGRcuIWfSSFXjqhr/xH1uq+LjYy5A xgV1oT39Qf1BTnwNWuvfumA62fu4R+okjEKan1gtkpBso78R1VvqBIIL5jHF6zTFXV5s aZc059zOatB59cwmiGQJ6JiwDMx0vGwhQPC91dyI7FccpaPP88/4NWyYmpOnbvE5LRAf bQE7N/r88SafphJ+QDLxEQOxZlZ5Idqu87Ijfb4BL6uTgiBCFZNHw/IGVhBa8/ZdexHv fNSQ== |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
arch/mips/Kconfig | 1 +
arch/mips/cavium-octeon/Kconfig | 4 ----
2 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 5e0f477..5c13f08 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1432,6 +1432,7 @@ config CPU_CAVIUM_OCTEON
select WEAK_ORDERING
select CPU_SUPPORTS_HIGHMEM
select CPU_SUPPORTS_HUGEPAGES
+ select ARCH_SPARSEMEM_ENABLE
help
The Cavium Octeon processor is a highly integrated chip containing
many ethernet hardware widgets for networking tasks. The processor
diff --git a/arch/mips/cavium-octeon/Kconfig b/arch/mips/cavium-octeon/Kconfig
index f9e275a..2f4f6d5 100644
--- a/arch/mips/cavium-octeon/Kconfig
+++ b/arch/mips/cavium-octeon/Kconfig
@@ -82,10 +82,6 @@ config CAVIUM_OCTEON_LOCK_L2_MEMCPY
help
Lock the kernel's implementation of memcpy() into L2.
-config ARCH_SPARSEMEM_ENABLE
- def_bool y
- select SPARSEMEM_STATIC
-
config IOMMU_HELPER
bool
--
1.7.0.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: fix BCMA_DRIVER_PCI_HOSTMODE config dependencies, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: [PATCH 2/5] MIPS: Clean-up GIC and vectored interrupts., Ralf Baechle |
| Previous by Thread: | [PATCH] MIPS: fix BCMA_DRIVER_PCI_HOSTMODE config dependencies, Yoichi Yuasa |
| Next by Thread: | Re: [PATCH] MIPS: fix duplicate config ARCH_SPARSEMEM_ENABLE, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |