commit | 61b123ffcedac72a1ac6a96d1da87d25efddcbda | [log] [tgz] |
---|---|---|
author | Sander Vanheule <sander@svanheule.net> | Tue Aug 09 19:36:35 2022 +0200 |
committer | Yury Norov <yury.norov@gmail.com> | Mon Aug 15 11:00:44 2022 -0700 |
tree | 6040819dada33686b686117e650b62971efc3d56 | |
parent | 2248ccd80124e61c2c84a22b22409bab452e1f0c [diff] |
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>