Messages in this thread |  | | | Date | Wed, 6 Feb 2008 14:10:18 -0800 (PST) | | From | Christoph Lameter <> | | Subject | Re: SLUB: statistics improvements | |
On Wed, 6 Feb 2008, Eric Dumazet wrote:
> > + for_each_online_cpu(cpu) {
> > + int x = get_cpu_slab(s, cpu)->stat[si];
>
> unsigned int x = ...
Ahh. Thanks.
|  |