Navigation:
Linux Kernel Driver DataBase -
web LKDDB:
Main index -
D index
The Linux kernel configuration item CONFIG_DEBUG_PER_CPU_MAPS has multiple definitions:
arch/powerpc/Kconfig.debugThe configuration item CONFIG_DEBUG_PER_CPU_MAPS:
( CONFIG_DEBUG_KERNEL ) && ( CONFIG_SMP )Say Y to verify that the per_cpu map being accessed has been setup. Adds a fair amount of code to kernel memory and decreases performance.
Say N if unsure.
arch/x86/Kconfig.debugThe configuration item CONFIG_DEBUG_PER_CPU_MAPS:
( CONFIG_DEBUG_KERNEL ) && ( CONFIG_SMP )Say Y to verify that the per_cpu map being accessed has been setup. Adds a fair amount of code to kernel memory and decreases performance.
Say N if unsure.
lib/Kconfig.debugThe configuration item CONFIG_DEBUG_PER_CPU_MAPS:
( CONFIG_DEBUG_KERNEL ) && ( CONFIG_SMP )Say Y to verify that the per_cpu map being accessed has been set up. This adds a fair amount of code to kernel memory and decreases performance.
Say N if unsure.
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 - D index
Automatically generated (in year 2013) with gen-web-lkddb.py in lkddb-sources.