Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RISCV_QUEUED_SPINLOCKS
:
CONFIG_SMP && CONFIG_MMU && CONFIG_NONPORTABLE
The queued spinlock implementation requires the forward progress guarantee of cmpxchg()/xchg() atomic operations: CAS with Zabha or LR/SC with Ziccrse provide such guarantee.
Select this if and only if Zabha or Ziccrse is available on your platform, RISCV_QUEUED_SPINLOCKS must not be selected for platforms without one of those extensions.
If unsure, select RISCV_COMBO_SPINLOCKS, which will use qspinlocks when supported and otherwise ticket spinlocks.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index
Automatically generated (in year 2024). See also LKDDb sources on GitLab