Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1156987 > unrolled thread

Re: [PATCH] ARM: socfpga: add smp_ops.cpu_kill to make kexec/kdump available

Started byHiraku Toyooka <hiraku.toyooka.gu@hitachi.com>
First post2015-06-03 01:50 +0200
Last post2015-06-03 02:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] ARM: socfpga: add smp_ops.cpu_kill to make kexec/kdump  available Hiraku Toyooka <hiraku.toyooka.gu@hitachi.com> - 2015-06-03 01:50 +0200
    Re: [PATCH] ARM: socfpga: add smp_ops.cpu_kill to make kexec/kdump  available Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-06-03 02:00 +0200

#1156987 — Re: [PATCH] ARM: socfpga: add smp_ops.cpu_kill to make kexec/kdump available

FromHiraku Toyooka <hiraku.toyooka.gu@hitachi.com>
Date2015-06-03 01:50 +0200
SubjectRe: [PATCH] ARM: socfpga: add smp_ops.cpu_kill to make kexec/kdump available
Message-ID<px46t-8h0-7@gated-at.bofh.it>
Hello, Russell,

On 2015/06/02 17:38, Russell King - ARM Linux wrote:
 > I wasn't thinking of SPIs and PPIs, but SGIs - the IPI interrupts coming
 > from the boot CPU.

All tasks in a CPU going offline are migrated to other CPUs(finally
CPU0) and the rq is marked with offline before the CPU entering WFI
loop. So IPI is not sent to the secondary CPU.

 > If you have a way to reset CPU0, why are you not using this for hotplug
 > when a CPU is hot-unplugged?

I think you mean "way to reset CPU1". If so, the reason is an increase
in power consumption in usual hotplug. This is discussed before between
Alan Tull and you. (https://lkml.org/lkml/2014/9/25/37)

Best regards,
Hiraku Toyooka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1156989

FromRussell King - ARM Linux <linux@arm.linux.org.uk>
Date2015-06-03 02:00 +0200
Message-ID<px4g9-8sG-3@gated-at.bofh.it>
In reply to#1156987
On Wed, Jun 03, 2015 at 08:40:51AM +0900, Hiraku Toyooka wrote:
> Hello, Russell,
> 
> On 2015/06/02 17:38, Russell King - ARM Linux wrote:
> > I wasn't thinking of SPIs and PPIs, but SGIs - the IPI interrupts coming
> > from the boot CPU.
> 
> All tasks in a CPU going offline are migrated to other CPUs(finally
> CPU0) and the rq is marked with offline before the CPU entering WFI
> loop. So IPI is not sent to the secondary CPU.
> 
> > If you have a way to reset CPU0, why are you not using this for hotplug
> > when a CPU is hot-unplugged?
> 
> I think you mean "way to reset CPU1". If so, the reason is an increase
> in power consumption in usual hotplug. This is discussed before between
> Alan Tull and you. (https://lkml.org/lkml/2014/9/25/37)

Please put a comment in your hotplug code describing this, so I'm
not likely to ask again (and I don't have to remember that I've
asked the question.)  Thanks.

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web