Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEBUG_FORCE_WEAK_PER_CPU
:
CONFIG_DEBUG_KERNEL
s390 and alpha require percpu variables in modules to be defined weak to work around addressing range issue which puts the following two restrictions on percpu variable definitions.
1. percpu symbols must be unique whether static or not 2. percpu variables can't be defined inside a function
To ensure that generic code follows the above rules, this option forces all percpu variables to be defined as weak.
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 2024). See also LKDDb sources on GitLab