Cc: Andrew Morton <akpm@...>, Linux Kernel Mailing List <linux-kernel@...>, Linux Containers <containers@...>, Linux MM Mailing List <linux-mm@...>, David Rientjes <rientjes@...>, Dave Hansen <haveblue@...>
On 9/3/07, Balbir Singh <balbir@linux.vnet.ibm.com> wrote:
But val is an unsigned long long*. So printing *val with %lu will
break (at least a warning, and maybe corruption if you had other
parameters) on 32-bit archs.
Paul
-