From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3tFcX80pFFzDvjZ for ; Fri, 11 Nov 2016 22:05:27 +1100 (AEDT) Message-ID: <1478862296.2592.10.camel@kernel.crashing.org> Subject: Re: [PATCH 13/38] powerpc: Put exception configuration in a common place From: Benjamin Herrenschmidt To: Anton Blanchard Cc: linuxppc-dev@lists.ozlabs.org, Michael Ellerman , Paul Mackerras Date: Fri, 11 Nov 2016 22:04:56 +1100 In-Reply-To: <20161111210602.6128fc3f@kryten> References: <1467026976-7974-1-git-send-email-benh@kernel.crashing.org> <1467026976-7974-14-git-send-email-benh@kernel.crashing.org> <20161111210602.6128fc3f@kryten> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2016-11-11 at 21:06 +1100, Anton Blanchard wrote: > It looks like we only set LPCR_AIL_3 on the boot CPU after this change, > is that expected? Before that we did it in cpu_ready_for_interrupts() > which is called for the primary and all secondary CPUs. That would be a mistake... I suppose I didn't realize we had to call these things for every CPU. I'll try to cook up a fix next week. Cheers, Ben.