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 3rf47G3dVbzDqsN for ; Tue, 28 Jun 2016 21:57:46 +1000 (AEST) Message-ID: <1467115054.20278.125.camel@kernel.crashing.org> Subject: Re: [PATCH 06/38] powerpc: Move 64-bit feature fixup earlier From: Benjamin Herrenschmidt To: "Aneesh Kumar K.V" , linuxppc-dev@lists.ozlabs.org Date: Tue, 28 Jun 2016 21:57:34 +1000 In-Reply-To: <877fd95y9l.fsf@skywalker.in.ibm.com> References: <1467026976-7974-1-git-send-email-benh@kernel.crashing.org> <1467026976-7974-7-git-send-email-benh@kernel.crashing.org> <87a8i560ak.fsf@skywalker.in.ibm.com> <1467112469.20278.123.camel@kernel.crashing.org> <877fd95y9l.fsf@skywalker.in.ibm.com> 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 Tue, 2016-06-28 at 17:19 +0530, Aneesh Kumar K.V wrote: > If we can do feature fixup early. Then this patch series become > simpler. > > https://lkml.kernel.org/r/1465887288-12952-1-git-send-email-aneesh.ku > mar@linux.vnet.ibm.com > > ie, we can now start using cpu_has_feature/mmu_has_feature early > instead of using __cpu/mmu_has_feature. Ok, I'll look into it tomorrow. Cheers, Ben.