From 3921e43301126e0967adb08a593410af28aeaf08 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 7 Jul 2005 17:56:39 -0700 Subject: [PATCH] --- yaml --- r: 4249 b: refs/heads/master c: e8af300c3bd87b2310f1e7a642f37e0fe49a754b h: refs/heads/master i: 4247: 46bfc1874abea2bea1a2683c8504db8b92d18bea v: v3 --- [refs] | 2 +- trunk/include/asm-i386/mmzone.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index de4c48856565..befc4837b43c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8ff8b27bb8ebfd863b49653da1b7bbd8609fcd7e +refs/heads/master: e8af300c3bd87b2310f1e7a642f37e0fe49a754b diff --git a/trunk/include/asm-i386/mmzone.h b/trunk/include/asm-i386/mmzone.h index 08e3cfd86328..516421300ea2 100644 --- a/trunk/include/asm-i386/mmzone.h +++ b/trunk/include/asm-i386/mmzone.h @@ -37,6 +37,8 @@ static inline void get_memcfg_numa(void) get_memcfg_numa_flat(); } +extern int early_pfn_to_nid(unsigned long pfn); + #else /* !CONFIG_NUMA */ #define get_memcfg_numa get_memcfg_numa_flat #define get_zholes_size(n) (0) @@ -149,6 +151,4 @@ static inline int pfn_valid(int pfn) #endif /* CONFIG_NEED_MULTIPLE_NODES */ -extern int early_pfn_to_nid(unsigned long pfn); - #endif /* _ASM_MMZONE_H_ */