From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Message-ID: <1449097050.6139.80.camel@infradead.org> Subject: Re: [PATCH v12 05/16] arm64: Add back cpu_reset routines From: Geoff Levand Date: Wed, 02 Dec 2015 14:57:30 -0800 In-Reply-To: <20151130104027.7eeaa273@why.wild-wind.fr.eu.org> References: <3279584774ba40f088b79f4df864d69a5b57b516.1448403503.git.geoff@infradead.org> <56586679.8060403@arm.com> <20151130052843.GG23908@dhcppc13.redhat.com> <20151130104027.7eeaa273@why.wild-wind.fr.eu.org> Mime-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Marc Zyngier , Pratyush Anand Cc: Mark Rutland , Catalin Marinas , Will Deacon , AKASHI Takahiro , christoffer.dall@linaro.org, kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org On Mon, 2015-11-30 at 10:40 +0000, Marc Zyngier wrote: > All that can be solved in C, and mostly at compile time. Using an > assembler trampoline is complicating things for no good reason: I added this into my kexec-v12.1 branch. After some more testing I'll post a v13 to the list. -Geoff _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 From: geoff@infradead.org (Geoff Levand) Date: Wed, 02 Dec 2015 14:57:30 -0800 Subject: [PATCH v12 05/16] arm64: Add back cpu_reset routines In-Reply-To: <20151130104027.7eeaa273@why.wild-wind.fr.eu.org> References: <3279584774ba40f088b79f4df864d69a5b57b516.1448403503.git.geoff@infradead.org> <56586679.8060403@arm.com> <20151130052843.GG23908@dhcppc13.redhat.com> <20151130104027.7eeaa273@why.wild-wind.fr.eu.org> Message-ID: <1449097050.6139.80.camel@infradead.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 2015-11-30 at 10:40 +0000, Marc Zyngier wrote: > All that can be solved in C, and mostly at compile time. Using an > assembler trampoline is complicating things for no good reason: I added this into my kexec-v12.1 branch. After some more testing I'll post a v13 to the list. -Geoff