diff options
Diffstat (limited to 'mm/percpu-vm.c')
| -rw-r--r-- | mm/percpu-vm.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/percpu-vm.c b/mm/percpu-vm.c index 405d331804c..3707c71ae4c 100644 --- a/mm/percpu-vm.c +++ b/mm/percpu-vm.c @@ -360,7 +360,6 @@ err_free:   * @chunk: chunk to depopulate   * @off: offset to the area to depopulate   * @size: size of the area to depopulate in bytes - * @flush: whether to flush cache and tlb or not   *   * For each cpu, depopulate and unmap pages [@page_start,@page_end)   * from @chunk.  If @flush is true, vcache is flushed before unmapping  |