Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
percpu: fix pcpu_last_unit_cpu

+1 -1
+1 -1
mm/percpu.c
··· 1401 1401 1402 1402 if (pcpu_first_unit_cpu == NR_CPUS) 1403 1403 pcpu_first_unit_cpu = cpu; 1404 + pcpu_last_unit_cpu = cpu; 1404 1405 } 1405 1406 } 1406 - pcpu_last_unit_cpu = cpu; 1407 1407 pcpu_nr_units = unit; 1408 1408 1409 1409 for_each_possible_cpu(cpu)