From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753988AbbJUIon (ORCPT ); Wed, 21 Oct 2015 04:44:43 -0400 Received: from eu-smtp-delivery-143.mimecast.com ([146.101.78.143]:31334 "EHLO eu-smtp-delivery-143.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753776AbbJUIol convert rfc822-to-8bit (ORCPT ); Wed, 21 Oct 2015 04:44:41 -0400 Date: Wed, 21 Oct 2015 09:44:38 +0100 From: Dave Martin To: "Suzuki K. Poulose" Cc: linux-arm-kernel@lists.infradead.org, mark.rutland@arm.com, Vladimir.Murzin@arm.com, steve.capper@linaro.org, ryan.arnold@linaro.org, ard.biesheuvel@linaro.org, aph@redhat.com, catalin.marinas@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, edward.nevill@linaro.org, james.morse@arm.com, andre.przywara@arm.com, marc.zyngier@arm.com, christoffer.dall@linaro.org Subject: Re: [PATCHv4 02/24] arm64: Delay ELF HWCAP initialisation until all CPUs are up Message-ID: <20151021084434.GD4801@e103592.cambridge.arm.com> References: <1445261101-22344-1-git-send-email-suzuki.poulose@arm.com> <1445261101-22344-3-git-send-email-suzuki.poulose@arm.com> MIME-Version: 1.0 In-Reply-To: <1445261101-22344-3-git-send-email-suzuki.poulose@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginalArrivalTime: 21 Oct 2015 08:44:38.0460 (UTC) FILETIME=[B8620FC0:01D10BDC] X-MC-Unique: BN5a1zLGQquk51kLQ2JArQ-1 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 19, 2015 at 02:24:39PM +0100, Suzuki K. Poulose wrote: > Delay the ELF HWCAP initialisation untill all the (enabled) CPUs are nit: untill No need to fix this unless you respin the series for some other reason. [...] Cheers ---Dave