mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 12:44:10 +00:00
cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bits
The never used nr_cpumask_size is just a typo, hence use existing redefinition that's called nr_cpumask_bits. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
fe15c26ee2
commit
80c16b2b12
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ static inline void set_nr_cpu_ids(unsigned int nr)
|
|||
*
|
||||
* Finally, some operations just want the exact limit, either because
|
||||
* they set bits or just don't have any faster fixed-sized versions. We
|
||||
* call this just 'nr_cpumask_size'.
|
||||
* call this just 'nr_cpumask_bits'.
|
||||
*
|
||||
* Note that these optional constants are always guaranteed to be at
|
||||
* least as big as 'nr_cpu_ids' itself is, and all our cpumask
|
||||
|
|
Loading…
Add table
Reference in a new issue