diff options
author | Sander Vanheule <sander@svanheule.net> | 2022-08-09 19:36:35 +0200 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2022-08-15 11:00:44 -0700 |
commit | 61b123ffcedac72a1ac6a96d1da87d25efddcbda (patch) | |
tree | 6040819dada33686b686117e650b62971efc3d56 /drivers/power/reset | |
parent | 2248ccd80124e61c2c84a22b22409bab452e1f0c (diff) | |
download | linux-next-61b123ffcedac72a1ac6a96d1da87d25efddcbda.tar.gz |
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>
Diffstat (limited to 'drivers/power/reset')
0 files changed, 0 insertions, 0 deletions