diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 2505740b81d2..4f55c736be11 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -185,4 +185,18 @@ config HAVE_RCU_TABLE_FREE | |||
185 | config ARCH_HAVE_NMI_SAFE_CMPXCHG | 185 | config ARCH_HAVE_NMI_SAFE_CMPXCHG |
186 | bool | 186 | bool |
187 | 187 | ||
188 | config HAVE_ALIGNED_STRUCT_PAGE | ||
189 | bool | ||
190 | help | ||
191 | This makes sure that struct pages are double word aligned and that | ||
192 | e.g. the SLUB allocator can perform double word atomic operations | ||
193 | on a struct page for better performance. However selecting this | ||
194 | might increase the size of a struct page by a word. | ||
195 | |||
196 | config HAVE_CMPXCHG_LOCAL | ||
197 | bool | ||
198 | |||
199 | config HAVE_CMPXCHG_DOUBLE | ||
200 | bool | ||
201 | |||
188 | source "kernel/gcov/Kconfig" | 202 | source "kernel/gcov/Kconfig" |