git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c072b90
)
x86/mm: Use min() instead of min_t() in the e820 printout code
author
Xishi Qiu
<qiuxishi@huawei.com>
Wed, 10 Dec 2014 02:09:03 +0000
(10:09 +0800)
committer
Ingo Molnar
<mingo@kernel.org>
Thu, 11 Dec 2014 10:35:02 +0000
(11:35 +0100)
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>
arch/x86/kernel/e820.c
patch
|
blob
|
history
diff --cc
arch/x86/kernel/e820.c
Simple merge