diff options
| -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, | |||
| 73 | last_alloc + 1 : 0; | 73 | last_alloc + 1 : 0; |
| 74 | 74 | ||
| 75 | as_len = 0; | 75 | as_len = 0; |
| 76 | start = chunk->start_offset; | 76 | start = chunk->start_offset / PCPU_MIN_ALLOC_SIZE; |
| 77 | 77 | ||
| 78 | /* | 78 | /* |
| 79 | * If a bit is set in the allocation map, the bound_map identifies | 79 | * If a bit is set in the allocation map, the bound_map identifies |
