]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/percpu/64: Remove INIT_PER_CPU macros
authorBrian Gerst <brgerst@gmail.com>
Thu, 23 Jan 2025 19:07:43 +0000 (14:07 -0500)
committerIngo Molnar <mingo@kernel.org>
Tue, 18 Feb 2025 09:15:50 +0000 (10:15 +0100)
commit38a4968b3190f873a8a60e953287278eddf037f1
tree8491db29faa69d127d56d27001fb6c3791e9f50b
parenta8327be7b2aa067ff2b11551732d5bd8b49ef7d1
x86/percpu/64: Remove INIT_PER_CPU macros

Now that the load and link addresses of percpu variables are the same,
these macros are no longer necessary.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Uros Bizjak <ubizjak@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20250123190747.745588-12-brgerst@gmail.com
arch/x86/include/asm/desc.h
arch/x86/include/asm/percpu.h
arch/x86/kernel/head64.c
arch/x86/kernel/irq_64.c
arch/x86/kernel/vmlinux.lds.S
arch/x86/tools/relocs.c