From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vvgsY4hW7zDq7Z for ; Fri, 31 Mar 2017 23:33:53 +1100 (AEDT) In-Reply-To: <1490073878-5900-1-git-send-email-mpe@ellerman.id.au> To: Michael Ellerman , linuxppc-dev@ozlabs.org From: Michael Ellerman Subject: Re: powerpc/64: Don't use early_cpu_has_feature() in cpu_ready_for_interrupts() Message-Id: <3vvgsY3mC3z9s2s@ozlabs.org> Date: Fri, 31 Mar 2017 23:33:53 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-03-21 at 05:24:38 UTC, Michael Ellerman wrote: > cpu_ready_for_interrupts() is called after feature patching, so there's > no need to use early_cpu_has_feature(). > > Signed-off-by: Michael Ellerman Applied to powerpc next. https://git.kernel.org/powerpc/c/5511a45fc134f0784c403ef3488e2c cheers