]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/mm/numa_64.c
mm: clean up for early_pfn_to_nid()
[mv-sheeva.git] / arch / x86 / mm / numa_64.c
index 71a14f89f89e7367c72f2de85da6708acc83c069..f3516da035d141947d04ddfbd61bd56f74623fd3 100644 (file)
@@ -145,7 +145,7 @@ int __init compute_hash_shift(struct bootnode *nodes, int numnodes,
        return shift;
 }
 
-int early_pfn_to_nid(unsigned long pfn)
+int __meminit  __early_pfn_to_nid(unsigned long pfn)
 {
        return phys_to_nid(pfn << PAGE_SHIFT);
 }