commit | 29258cf49eb794f00989fc47da8700759a42778b | [log] [tgz] |
---|---|---|
author | Xishi Qiu <qiuxishi@huawei.com> | Wed Dec 10 10:09:03 2014 +0800 |
committer | Ingo Molnar <mingo@kernel.org> | Thu Dec 11 11:35:02 2014 +0100 |
tree | 2cb1585a4b3c895bcb7e0a068e25ddee38df175d | |
parent | c072b90c8dfe135072f646cc50b826e30c5aa558 [diff] |
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 <akpm@linux-foundation.org> Signed-off-by: Xishi Qiu <qiuxishi@huawei.com> Cc: Linux MM <linux-mm@kvack.org> Cc: <dave@sr71.net> Cc: Rik van Riel <riel@redhat.com> Link: http://lkml.kernel.org/r/5487AB3F.7050807@huawei.com Signed-off-by: Ingo Molnar <mingo@kernel.org>