diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-11-01 21:00:02 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-11-02 12:23:33 -0500 |
commit | 8427829711b35e0e62668618cec577f65c102935 (patch) | |
tree | 6447a89d01f58fd848206a72ac83f373e335a99a | |
parent | aefba081d7b7dfd1c5752f6e6e709d8b5ab80ab7 (diff) |
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>
-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 74ba76378113..76f1cea6ddc9 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -427,7 +427,6 @@ config MOMENCO_OCELOT_G | |||
427 | select SYS_SUPPORTS_32BIT_KERNEL | 427 | select SYS_SUPPORTS_32BIT_KERNEL |
428 | select SYS_SUPPORTS_64BIT_KERNEL | 428 | select SYS_SUPPORTS_64BIT_KERNEL |
429 | select SYS_SUPPORTS_BIG_ENDIAN | 429 | select SYS_SUPPORTS_BIG_ENDIAN |
430 | select ARCH_SPARSEMEM_ENABLE | ||
431 | help | 430 | help |
432 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by | 431 | The Ocelot is a MIPS-based Single Board Computer (SBC) made by |
433 | Momentum Computer <http://www.momenco.com/>. | 432 | Momentum Computer <http://www.momenco.com/>. |
@@ -1633,9 +1632,6 @@ config ARCH_DISCONTIGMEM_ENABLE | |||
1633 | 1632 | ||
1634 | config ARCH_SPARSEMEM_ENABLE | 1633 | config ARCH_SPARSEMEM_ENABLE |
1635 | bool | 1634 | bool |
1636 | |||
1637 | config ARCH_SPARSEMEM_ENABLE | ||
1638 | bool | ||
1639 | select SPARSEMEM_STATIC | 1635 | select SPARSEMEM_STATIC |
1640 | 1636 | ||
1641 | config NUMA | 1637 | config NUMA |