lib/cpumask: drop always-true preprocessor guard
authorSander Vanheule <sander@svanheule.net>
Tue, 9 Aug 2022 17:36:35 +0000 (19:36 +0200)
committerYury Norov <yury.norov@gmail.com>
Mon, 15 Aug 2022 18:00:44 +0000 (11:00 -0700)
commit61b123ffcedac72a1ac6a96d1da87d25efddcbda
tree6040819dada33686b686117e650b62971efc3d56
parent2248ccd80124e61c2c84a22b22409bab452e1f0c
lib/cpumask: drop always-true preprocessor guard

Since lib/cpumask.o is only built for CONFIG_SMP=y, NR_CPUS will always
be greater than 1 at compile time.  This makes checking for that
condition unnecesarry, so it can be dropped.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
lib/cpumask.c