Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

compiler.h: remove ARCH_SEL()

Its last user was removed in commit 8ea815399c3f ("compiler: remove
__ADDRESSABLE_ASM{_STR,}() again").

Link: https://lkml.kernel.org/r/20251013-arch-sel-v1-1-7eef9b22ceb0@linutronix.de
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Cc: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Thomas Weißschuh and committed by
Andrew Morton
05d6f1cc 1b34743c

-6
-6
include/linux/compiler.h
··· 269 269 270 270 #endif /* __ASSEMBLY__ */ 271 271 272 - #ifdef CONFIG_64BIT 273 - #define ARCH_SEL(a,b) a 274 - #else 275 - #define ARCH_SEL(a,b) b 276 - #endif 277 - 278 272 /* 279 273 * Force the compiler to emit 'sym' as a symbol, so that we can reference 280 274 * it from inline assembler. Necessary in case 'sym' could be inlined