aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/defconfig
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@schroedinger.engr.sgi.com>2007-08-13 17:54:34 -0400
committerTony Luck <tony.luck@intel.com>2007-08-13 17:54:34 -0400
commit709ae9309102875f9798349b64849b6743e25193 (patch)
tree9e65eeafa1c5cab6dd779857cb18ba542fc0847b /arch/ia64/defconfig
parent9bf77d0e20d08f4fd5f3b14e50dce3bb21df03ac (diff)
[IA64] Update arch/ia64/configs/* s/SLAB/SLUB/
The slab allocator was changed in 2.6.23 to default to SLUB. However, the config files in arch/ia64/configs still use SLAB. Switch them to SLUB. Added same change to arch/ia64/defconfig ... Tony Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/defconfig')
-rw-r--r--arch/ia64/defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ia64/defconfig b/arch/ia64/defconfig
index 03172dc8c403..0210545e7f61 100644
--- a/arch/ia64/defconfig
+++ b/arch/ia64/defconfig
@@ -53,8 +53,7 @@ CONFIG_TIMERFD=y
53CONFIG_EVENTFD=y 53CONFIG_EVENTFD=y
54CONFIG_SHMEM=y 54CONFIG_SHMEM=y
55CONFIG_VM_EVENT_COUNTERS=y 55CONFIG_VM_EVENT_COUNTERS=y
56CONFIG_SLAB=y 56CONFIG_SLUB=y
57# CONFIG_SLUB is not set
58# CONFIG_SLOB is not set 57# CONFIG_SLOB is not set
59CONFIG_RT_MUTEXES=y 58CONFIG_RT_MUTEXES=y
60# CONFIG_TINY_SHMEM is not set 59# CONFIG_TINY_SHMEM is not set