From 29258cf49eb794f00989fc47da8700759a42778b Mon Sep 17 00:00:00 2001 From: Xishi Qiu Date: Wed, 10 Dec 2014 10:09:03 +0800 Subject: [PATCH] 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-format-patch failed