diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/memory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/memory.h b/include/linux/memory.h index a09216d0dcc7..45e93b468878 100644 --- a/include/linux/memory.h +++ b/include/linux/memory.h | |||
@@ -54,6 +54,7 @@ struct memory_notify { | |||
54 | unsigned long start_pfn; | 54 | unsigned long start_pfn; |
55 | unsigned long nr_pages; | 55 | unsigned long nr_pages; |
56 | int status_change_nid_normal; | 56 | int status_change_nid_normal; |
57 | int status_change_nid_high; | ||
57 | int status_change_nid; | 58 | int status_change_nid; |
58 | }; | 59 | }; |
59 | 60 | ||