diff options
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index dd8de96f5547..5fcfc24904d1 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -80,7 +80,7 @@ | |||
80 | 80 | ||
81 | #include "internal.h" | 81 | #include "internal.h" |
82 | 82 | ||
83 | #ifdef LAST_CPUPID_NOT_IN_PAGE_FLAGS | 83 | #if defined(LAST_CPUPID_NOT_IN_PAGE_FLAGS) && !defined(CONFIG_COMPILE_TEST) |
84 | #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. | 84 | #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. |
85 | #endif | 85 | #endif |
86 | 86 | ||