Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95f27356 authored by Eric Biggers's avatar Eric Biggers Committed by Linus Torvalds
Browse files

cpumask: remove incorrect information from comment



Since commit cdfdef75 ("cpumask: only allocate nr_cpumask_bits."),
this comment above cpumask_size() is no longer relevant.

Signed-off-by: default avatarEric Biggers <ebiggers3@gmail.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 378c6520
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
 *
 * This will eventually be a runtime variable, depending on nr_cpu_ids.
 */
static inline size_t cpumask_size(void)
{