diff options
Diffstat (limited to 'mm/percpu-stats.c')
| -rw-r--r-- | mm/percpu-stats.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/mm/percpu-stats.c b/mm/percpu-stats.c index 6142484e88f7..7a58460bfd27 100644 --- a/mm/percpu-stats.c +++ b/mm/percpu-stats.c @@ -73,7 +73,7 @@ static void chunk_map_stats(struct seq_file *m, struct pcpu_chunk *chunk,  		     last_alloc + 1 : 0;  	as_len = 0; -	start = chunk->start_offset; +	start = chunk->start_offset / PCPU_MIN_ALLOC_SIZE;  	/*  	 * If a bit is set in the allocation map, the bound_map identifies |