diff options
-rw-r--r-- | arch/powerpc/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a54a9a2e36f3..8de5f9ff4ade 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -117,6 +117,19 @@ config GENERIC_BUG | |||
117 | default y | 117 | default y |
118 | depends on BUG | 118 | depends on BUG |
119 | 119 | ||
120 | # | ||
121 | # Powerpc uses the slab allocator to manage its ptes and the | ||
122 | # page structs of ptes are used for splitting the page table | ||
123 | # lock for configurations supporting more than SPLIT_PTLOCK_CPUS. | ||
124 | # | ||
125 | # In that special configuration the page structs of slabs are modified. | ||
126 | # This setting disables the selection of SLUB as a slab allocator. | ||
127 | # | ||
128 | config ARCH_USES_SLAB_PAGE_STRUCT | ||
129 | bool | ||
130 | default y | ||
131 | depends on SPLIT_PTLOCK_CPUS <= NR_CPUS | ||
132 | |||
120 | config DEFAULT_UIMAGE | 133 | config DEFAULT_UIMAGE |
121 | bool | 134 | bool |
122 | help | 135 | help |