diff options
Diffstat (limited to 'include/linux/nodemask.h')
-rw-r--r-- | include/linux/nodemask.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nodemask.h b/include/linux/nodemask.h index ccee962f3559..905e18f4b412 100644 --- a/include/linux/nodemask.h +++ b/include/linux/nodemask.h | |||
@@ -349,6 +349,7 @@ enum node_states { | |||
349 | #else | 349 | #else |
350 | N_HIGH_MEMORY = N_NORMAL_MEMORY, | 350 | N_HIGH_MEMORY = N_NORMAL_MEMORY, |
351 | #endif | 351 | #endif |
352 | N_CPU, /* The node has one or more cpus */ | ||
352 | NR_NODE_STATES | 353 | NR_NODE_STATES |
353 | }; | 354 | }; |
354 | 355 | ||