X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=arch%2Fx86%2Fmm%2Fnuma_64.c;h=f3516da035d141947d04ddfbd61bd56f74623fd3;hp=71a14f89f89e7367c72f2de85da6708acc83c069;hb=546e5354a6e4ec760ac03ef1148e9a4762abb5f5;hpb=574c3fdae3890e60f8bc59e8107686944ba1e446 diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c index 71a14f89f89e..f3516da035d1 100644 --- a/arch/x86/mm/numa_64.c +++ b/arch/x86/mm/numa_64.c @@ -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); }