Searched hist:"7 ac87abb8166b99584149fcfb2efef5773a078e9" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | smp.h | diff 7ac87abb8166b99584149fcfb2efef5773a078e9 Wed May 25 13:09:12 CDT 2011 Matt Evans <matt@ozlabs.org> powerpc: Fix early boot accounting of CPUs
smp_release_cpus() waits for all cpus (including the bootcpu) due to an off-by-one count on boot_cpu_count (which is all CPUs). This patch replaces that with spinning_secondaries (which is all secondary CPUs).
Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | setup_32.c | diff 7ac87abb8166b99584149fcfb2efef5773a078e9 Wed May 25 13:09:12 CDT 2011 Matt Evans <matt@ozlabs.org> powerpc: Fix early boot accounting of CPUs
smp_release_cpus() waits for all cpus (including the bootcpu) due to an off-by-one count on boot_cpu_count (which is all CPUs). This patch replaces that with spinning_secondaries (which is all secondary CPUs).
Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | head_64.S | diff 7ac87abb8166b99584149fcfb2efef5773a078e9 Wed May 25 13:09:12 CDT 2011 Matt Evans <matt@ozlabs.org> powerpc: Fix early boot accounting of CPUs
smp_release_cpus() waits for all cpus (including the bootcpu) due to an off-by-one count on boot_cpu_count (which is all CPUs). This patch replaces that with spinning_secondaries (which is all secondary CPUs).
Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | prom.c | diff 7ac87abb8166b99584149fcfb2efef5773a078e9 Wed May 25 13:09:12 CDT 2011 Matt Evans <matt@ozlabs.org> powerpc: Fix early boot accounting of CPUs
smp_release_cpus() waits for all cpus (including the bootcpu) due to an off-by-one count on boot_cpu_count (which is all CPUs). This patch replaces that with spinning_secondaries (which is all secondary CPUs).
Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | setup_64.c | diff 7ac87abb8166b99584149fcfb2efef5773a078e9 Wed May 25 13:09:12 CDT 2011 Matt Evans <matt@ozlabs.org> powerpc: Fix early boot accounting of CPUs
smp_release_cpus() waits for all cpus (including the bootcpu) due to an off-by-one count on boot_cpu_count (which is all CPUs). This patch replaces that with spinning_secondaries (which is all secondary CPUs).
Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|