Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752336AbbFBXlB (ORCPT ); Tue, 2 Jun 2015 19:41:01 -0400 Received: from mail9.hitachi.co.jp ([133.145.228.44]:39810 "EHLO mail9.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751360AbbFBXkz (ORCPT ); Tue, 2 Jun 2015 19:40:55 -0400 Message-ID: <556E3F03.5040008@hitachi.com> Date: Wed, 03 Jun 2015 08:40:51 +0900 From: Hiraku Toyooka User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Russell King - ARM Linux CC: dinguyen@opensource.altera.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: socfpga: add smp_ops.cpu_kill to make kexec/kdump available References: <20150529053844.31162.43927.stgit@arietta> <20150529083339.GG2067@n2100.arm.linux.org.uk> <20150602083804.GX2067@n2100.arm.linux.org.uk> In-Reply-To: <20150602083804.GX2067@n2100.arm.linux.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 935 Lines: 24 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/