diff options
Diffstat (limited to 'mm/memory.c')
| -rw-r--r-- | mm/memory.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/memory.c b/mm/memory.c index 7837ceacf09..054250ee4a6 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -69,6 +69,10 @@  #include "internal.h" +#ifdef LAST_NID_NOT_IN_PAGE_FLAGS +#warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_nid. +#endif +  #ifndef CONFIG_NEED_MULTIPLE_NODES  /* use the per-pgdat data instead for discontigmem - mbligh */  unsigned long max_mapnr;  |