aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r--include/linux/mmzone.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 95f4a780ea66..6ef07de98d69 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -435,6 +435,10 @@ extern struct pglist_data contig_page_data;
435 435
436#endif 436#endif
437 437
438#ifndef CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID
439#define early_pfn_to_nid(nid) (0UL)
440#endif
441
438#endif /* !__ASSEMBLY__ */ 442#endif /* !__ASSEMBLY__ */
439#endif /* __KERNEL__ */ 443#endif /* __KERNEL__ */
440#endif /* _LINUX_MMZONE_H */ 444#endif /* _LINUX_MMZONE_H */