[PATCH 06/16] mm/slob: use min_t() to compare ARCH_SLAB_MINALIGN
From: Christoph Lameter <hidden>
Date: 2012-10-05 16:46:23
Also in:
lkml
From: Christoph Lameter <hidden>
Date: 2012-10-05 16:46:23
Also in:
lkml
On Fri, 5 Oct 2012, Arnd Bergmann wrote:
Without this patch, building ARM collie_defconfig results in: mm/slob.c: In function '__kmalloc_node': mm/slob.c:431:152: warning: comparison of distinct pointer types lacks a cast [enabled by default] mm/slob.c: In function 'kfree': mm/slob.c:484:153: warning: comparison of distinct pointer types lacks a cast [enabled by default] mm/slob.c: In function 'ksize': mm/slob.c:503:153: warning: comparison of distinct pointer types lacks a cast [enabled by default]
Acked-by: Christoph Lameter <redacted>