mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
cpumask: remove incorrect information from comment
Since commit cdfdef75e7
("cpumask: only allocate nr_cpumask_bits."),
this comment above cpumask_size() is no longer relevant.
Signed-off-by: Eric Biggers <ebiggers3@gmail.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
378c6520e7
commit
95f27356e4
1 changed files with 0 additions and 2 deletions
|
@ -607,8 +607,6 @@ static inline int cpulist_parse(const char *buf, struct cpumask *dstp)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cpumask_size - size to allocate for a 'struct cpumask' in bytes
|
* cpumask_size - size to allocate for a 'struct cpumask' in bytes
|
||||||
*
|
|
||||||
* This will eventually be a runtime variable, depending on nr_cpu_ids.
|
|
||||||
*/
|
*/
|
||||||
static inline size_t cpumask_size(void)
|
static inline size_t cpumask_size(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue