Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index

CONFIG_DEBUG_FORCE_WEAK_PER_CPU: Force weak per-cpu definitions

General informations

The Linux kernel configuration item CONFIG_DEBUG_FORCE_WEAK_PER_CPU:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index

Automatically generated (in year 2024). See also LKDDb sources on GitLab