diff options
| author | Mark Brown <broonie@kernel.org> | 2026-08-21 13:40:46 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-21 13:40:46 +0100 |
| commit | 2258662943eecc627259dbe5df2c93a09058b36b (patch) | |
| tree | c403d149374dcc68e187303dc6086c79534cff26 /lib/Kconfig.debug | |
| parent | 25f3c66839f7020a703af0c9becc64cae0269e89 (diff) | |
| parent | efecab401cb15fd3bb9bc05990609acb6b267ff2 (diff) | |
| download | linux-next-2258662943eecc627259dbe5df2c93a09058b36b.tar.gz linux-next-2258662943eecc627259dbe5df2c93a09058b36b.zip | |
Merge branch 'mm-unstable' of https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Diffstat (limited to 'lib/Kconfig.debug')
| -rw-r--r-- | lib/Kconfig.debug | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a2f0d3e97889..134b15a44625 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -613,21 +613,6 @@ config BUILTIN_MODULE_RANGES It also records an anchor symbol to determine the load address of the section. -config DEBUG_FORCE_WEAK_PER_CPU - bool "Force weak per-cpu definitions" - depends on DEBUG_KERNEL - help - 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. - config WARN_CONTEXT_ANALYSIS bool "Compiler context-analysis warnings" depends on CC_IS_CLANG && CLANG_VERSION >= 230000 |
