Peter Zijlstra wrote: > > - reuse CONFIG_SPLIT_PTLOCK_CPUS for PMD split lock; > > So why is there still CONFIG_SPLIT_PTE_PTLOCK and > CONFIG_SPLIT_PMD_PTLOCK in the series? There is not. We have USE_SPLIT_{PTE,PMD}_PTLOCK. We can't use split pmd lock everywhere split pte lock is available: it requires separate enabling on arch side and will not work on all hardware (i.e. with 2-level page table configuration). -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>