aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'mm/memory.c')
-rw-r--r--mm/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c
index 9ac55172aa7b..31ca97f7ebbc 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -72,7 +72,7 @@
72 72
73#include "internal.h" 73#include "internal.h"
74 74
75#ifdef LAST_CPUPID_NOT_IN_PAGE_FLAGS 75#if defined(LAST_CPUPID_NOT_IN_PAGE_FLAGS) && !defined(CONFIG_COMPILE_TEST)
76#warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. 76#warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid.
77#endif 77#endif
78 78