summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_PPC_QUEUED_SPINLOCKS
blob: 90ecdc77e69669e9d6a85d8854118bb2b459b224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CONFIG_PPC_QUEUED_SPINLOCKS:
# 
# Say Y here to use queued spinlocks which give better scalability and
# fairness on large SMP and NUMA systems without harming single threaded
# performance.
# 
# This option is currently experimental, the code is more complex and
# less tested so it defaults to "N" for the moment.
# 
# If unsure, say "N".
# 
# Symbol: PPC_QUEUED_SPINLOCKS [=n]
# Type  : bool
# Defined at arch/powerpc/Kconfig:497
#   Prompt: Queued spinlocks
#   Depends on: SMP [=y]
#   Location:
#     -> Kernel options
# 
# 
# 
# CONFIG_PPC_QUEUED_SPINLOCKS is not set