diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-11-02 02:00:02 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-11-02 17:23:33 (GMT) |
commit | 8427829711b35e0e62668618cec577f65c102935 (patch) | |
tree | 6447a89d01f58fd848206a72ac83f373e335a99a /arch/mips | |
parent | aefba081d7b7dfd1c5752f6e6e709d8b5ab80ab7 (diff) | |
download | linux-fsl-qoriq-8427829711b35e0e62668618cec577f65c102935.tar.xz |
Revert "[MIPS] Make SPARSEMEM selectable on QEMU."
This reverts commit 31473747bd441719f9f6a07385684dce547533e0.
Another amazing example of patch(1) messing up - lmo changeset
66e8560d11d02bcadc261498471831a6375ad046 was merged twice to kernel.org
and ended up doing this rubbish job.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 74ba763..76f1cea 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -427,7 +427,6 @@ config MOMENCO_OCELOT_G select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_64BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN - select ARCH_SPARSEMEM_ENABLE help The Ocelot is a MIPS-based Single Board Computer (SBC) made by Momentum Computer <http://www.momenco.com/>. @@ -1633,9 +1632,6 @@ config ARCH_DISCONTIGMEM_ENABLE config ARCH_SPARSEMEM_ENABLE bool - -config ARCH_SPARSEMEM_ENABLE - bool select SPARSEMEM_STATIC config NUMA |