Kconfig (df7686101956929dcea410971656e34926773b88) Kconfig (ed6a79352cad00e9a49d6e438be40e45107207bf)
1# SPDX-License-Identifier: GPL-2.0
2#
3# General architecture dependent options
4#
5
6#
7# Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can
8# override the default values in this file.

--- 372 unchanged lines hidden (view full) ---

381 bool
382
383config HAVE_RCU_TABLE_FREE
384 bool
385
386config HAVE_RCU_TABLE_INVALIDATE
387 bool
388
1# SPDX-License-Identifier: GPL-2.0
2#
3# General architecture dependent options
4#
5
6#
7# Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can
8# override the default values in this file.

--- 372 unchanged lines hidden (view full) ---

381 bool
382
383config HAVE_RCU_TABLE_FREE
384 bool
385
386config HAVE_RCU_TABLE_INVALIDATE
387 bool
388
389config HAVE_MMU_GATHER_PAGE_SIZE
390 bool
391
389config ARCH_HAVE_NMI_SAFE_CMPXCHG
390 bool
391
392config HAVE_ALIGNED_STRUCT_PAGE
393 bool
394 help
395 This makes sure that struct pages are double word aligned and that
396 e.g. the SLUB allocator can perform double word atomic operations

--- 512 unchanged lines hidden ---
392config ARCH_HAVE_NMI_SAFE_CMPXCHG
393 bool
394
395config HAVE_ALIGNED_STRUCT_PAGE
396 bool
397 help
398 This makes sure that struct pages are double word aligned and that
399 e.g. the SLUB allocator can perform double word atomic operations

--- 512 unchanged lines hidden ---