From: Ralf Baechle Date: Sat, 18 May 2013 15:02:59 +0000 (+0200) Subject: MIPS: Rewrite pfn_valid to work in modules, too. X-Git-Tag: v3.10-rc3~30^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b9232141bf40788cce31f893c13f344ec31ee66;p=pandora-kernel.git MIPS: Rewrite pfn_valid to work in modules, too. This fixes: MODPOST 393 modules ERROR: "min_low_pfn" [arch/mips/kvm/kvm.ko] undefined! make[3]: *** [__modpost] Error 1 It would have been possible to just export min_low_pfn but in the end pfn_valid should return 1 for any pfn argument for which a struct page exists so using min_low_pfn was wrong anyway. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed