提交 b159d43f 编写于 作者: A Andy Whitcroft 提交者: Linus Torvalds

[PATCH] generify early_pfn_to_nid

Provide a default implementation for early_pfn_to_nid returning node 0.  Allow
architectures to override this with their own implementation out of
asm/mmzone.h.
Signed-off-by: NAndy Whitcroft <apw@shadowen.org>
Signed-off-by: NDave Hansen <haveblue@us.ibm.com>
Signed-off-by: NMartin Bligh <mbligh@aracnet.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 368a0a3a
......@@ -810,6 +810,10 @@ config HAVE_ARCH_ALLOC_REMAP
source "mm/Kconfig"
config HAVE_ARCH_EARLY_PFN_TO_NID
bool
default y
config HIGHPTE
bool "Allocate 3rd-level pagetables from highmem"
depends on HIGHMEM4G || HIGHMEM64G
......
......@@ -143,4 +143,7 @@ static inline void get_memcfg_numa(void)
}
#endif /* CONFIG_DISCONTIGMEM */
extern int early_pfn_to_nid(unsigned long pfn);
#endif /* _ASM_MMZONE_H_ */
......@@ -435,6 +435,10 @@ extern struct pglist_data contig_page_data;
#endif
#ifndef CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID
#define early_pfn_to_nid(nid) (0UL)
#endif
#endif /* !__ASSEMBLY__ */
#endif /* __KERNEL__ */
#endif /* _LINUX_MMZONE_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册