cpumask: Add a x86-specific cpumask_clear_cpu() helper
authorBorislav Petkov <bp@suse.de>
Fri, 4 Feb 2022 08:30:13 +0000 (09:30 +0100)
committerBorislav Petkov <bp@suse.de>
Sat, 12 Feb 2022 17:20:05 +0000 (18:20 +0100)
commitf5c54f77b07b278cfde4a654e111c39996ac8b5b
treeafd76f0a5a03d15eda7c2e0394bdfbcc8d9459fd
parent1c6f9ec0095459b5120a1cb059d442f56d3cb6e7
cpumask: Add a x86-specific cpumask_clear_cpu() helper

Add a x86-specific cpumask_clear_cpu() helper which will be used in
places where the explicit KASAN-instrumentation in the *_bit() helpers
is unwanted.

Also, always inline two more cpumask generic helpers.

allyesconfig:

     text    data     bss     dec     hex filename
  190553143       159425889       32076404        382055436       16c5b40c vmlinux.before
  190551812       159424945       32076404        382053161       16c5ab29 vmlinux.after

Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Marco Elver <elver@google.com>
Link: https://lore.kernel.org/r/20220204083015.17317-2-bp@alien8.de
arch/x86/include/asm/cpumask.h
include/linux/cpumask.h