diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-10 20:30:50 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-12 00:39:19 -0400 |
commit | e9429eacd7996d4c22f69ef57cd0aeacde50ceb7 (patch) | |
tree | 48147978c98246625c0f8b5f9c9fc55a8f4bcc4d /arch/sparc64/Kconfig | |
parent | af3b146d26550f0c8e0d77b2117c6f8aec5d8146 (diff) |
[SPARC64]: Kill LARGE_ALLOCS and update defconfig.
Let's use SLUB, since it works now, in order to get it
tested a bit.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index ad8d6b256a70..831781cab271 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -226,9 +226,6 @@ config ARCH_SPARSEMEM_DEFAULT | |||
226 | def_bool y | 226 | def_bool y |
227 | select SPARSEMEM_STATIC | 227 | select SPARSEMEM_STATIC |
228 | 228 | ||
229 | config LARGE_ALLOCS | ||
230 | def_bool y | ||
231 | |||
232 | source "mm/Kconfig" | 229 | source "mm/Kconfig" |
233 | 230 | ||
234 | config ISA | 231 | config ISA |