From: Xishi Qiu Date: Wed, 10 Dec 2014 02:09:03 +0000 (+0800) Subject: x86/mm: Use min() instead of min_t() in the e820 printout code X-Git-Tag: omap-for-v3.19/fixes-rc1~93^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29258cf49eb794f00989fc47da8700759a42778b;p=pandora-kernel.git x86/mm: Use min() instead of min_t() in the e820 printout code The type of "MAX_DMA_PFN" and "xXx_pfn" are both unsigned long now, so use min() instead of min_t(). Suggested-by: Andrew Morton Signed-off-by: Xishi Qiu Cc: Linux MM Cc: Cc: Rik van Riel Link: http://lkml.kernel.org/r/5487AB3F.7050807@huawei.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed