diff options
author | Brian Gerst <brgerst@gmail.com> | 2025-01-23 14:07:47 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-02-18 10:16:04 +0100 |
commit | 01157ddc58dc2fe428ec17dd5a18cc13f134639f (patch) | |
tree | 930adf9092eb4ba11fba6cdeff3125ba76ddb7ec /init | |
parent | 4b00c1160a13d8bf7297ebf49ec07a84e1f41132 (diff) | |
download | linux-01157ddc58dc2fe428ec17dd5a18cc13f134639f.tar.gz linux-01157ddc58dc2fe428ec17dd5a18cc13f134639f.tar.bz2 linux-01157ddc58dc2fe428ec17dd5a18cc13f134639f.zip |
kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPU
x86-64 was the only user.
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20250123190747.745588-16-brgerst@gmail.com
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init/Kconfig b/init/Kconfig index b5d9c0fa69f6..a0ea04c17784 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1869,11 +1869,6 @@ config KALLSYMS_ALL Say N unless you really need all symbols, or kernel live patching. -config KALLSYMS_ABSOLUTE_PERCPU - bool - depends on KALLSYMS - default n - # end of the "standard kernel features (expert users)" menu config ARCH_HAS_MEMBARRIER_CALLBACKS |