Skip to content
Commit 29258cf4 authored by Xishi Qiu's avatar Xishi Qiu Committed by Ingo Molnar
Browse files

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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarXishi 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: default avatarIngo Molnar <mingo@kernel.org>
parent c072b90c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment