aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nodemask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nodemask.h b/include/linux/nodemask.h
index 1fbde8a880d9..5a30ad594ccc 100644
--- a/include/linux/nodemask.h
+++ b/include/linux/nodemask.h
@@ -518,7 +518,7 @@ static inline int node_random(const nodemask_t *mask)
518 * NODEMASK_ALLOC(type, name) allocates an object with a specified type and 518 * NODEMASK_ALLOC(type, name) allocates an object with a specified type and
519 * name. 519 * name.
520 */ 520 */
521#if NODES_SHIFT > 8 /* nodemask_t > 256 bytes */ 521#if NODES_SHIFT > 8 /* nodemask_t > 32 bytes */
522#define NODEMASK_ALLOC(type, name, gfp_flags) \ 522#define NODEMASK_ALLOC(type, name, gfp_flags) \
523 type *name = kmalloc(sizeof(*name), gfp_flags) 523 type *name = kmalloc(sizeof(*name), gfp_flags)
524#define NODEMASK_FREE(m) kfree(m) 524#define NODEMASK_FREE(m) kfree(m)