We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924a11b commit 3198145Copy full SHA for 3198145
mm/percpu.c
@@ -1520,9 +1520,6 @@ static void pcpu_free_chunk(struct pcpu_chunk *chunk)
1520
* Pages in [@page_start,@page_end) have been populated to @chunk. Update
1521
* the bookkeeping information accordingly. Must be called after each
1522
* successful population.
1523
- *
1524
- * If this is @for_alloc, do not increment pcpu_nr_empty_pop_pages because it
1525
- * is to serve an allocation in that area.
1526
*/
1527
static void pcpu_chunk_populated(struct pcpu_chunk *chunk, int page_start,
1528
int page_end)
0 commit comments