Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp889700imm; Wed, 8 Aug 2018 07:26:41 -0700 (PDT) X-Google-Smtp-Source: AA+uWPyS/D2FyjtMM5oiRls2D6YKIWW5ssGQAOTt8L1Z5gWLpHuAouwyPR1d1QWhFc4JMWYWEEgG X-Received: by 2002:a17:902:561:: with SMTP id 88-v6mr2807812plf.320.1533738401932; Wed, 08 Aug 2018 07:26:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533738401; cv=none; d=google.com; s=arc-20160816; b=EXKlb1jl+2Ej8peb8nf3jT3kdywrgdl2y1S5N4YeRO2g+HlcMO7PTvOsU94pUY7XCZ Hvv4npXu/B23UXghyotIsJA9mQI8cwtj2KarxcNtclSwPYnUW1tihZy7bLiZowqyc6p+ B57JC6AtzKohdE9rP5V/Rj7WeNKeK5CDzCGIt0TPFz5kiLMIGHpSsSz+vyK31AprzoAp yrTBxnLfn2wv/kVlAqw45CYo+nIEhnUQ0gNTKjuNhHobwF7fRf9Cr6y1ZUeQnLwUZCHM 4Ql5FcjKayo9vYXpNfwfISR3qOrJv5l/Oml8aZxtnwMWejG4gPGxxBXP5Yl8uudM7mT0 cdYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=TVhSWRuaNjz/WY6dHI2xO4zFHRJKNHbK+q8/EGRivOE=; b=c18BtJrkuLvPt9rkB1psZ7/4NeymBxyTxH6kv99qpc6bux9dvlaHUkcVgJap8KoSRC 0uGvzkwCYx069ofaE/37FLw2PfYLlf/ysAHaCk4qaqJLf4kSuBSvFywHN/w/9wYThXj9 9U8s/AMKL6dZEFUMVBw1NWKK/FrBFNrehPCZmnE74sBR/vcW9GjLLuyMxx3/zl4wfY87 0d9EAbUHRL7DNlAZe2UH77WQKOcmThZhD5Xd1U9vDdlpuONpQWFtYea+4x+QTdFF7nca hxyjqL9LHf5PWkgQthD7L8Zft5wPUgPQYf/xftUGrOCjhenVbzYI9IsO9AcQuRBmVaJ4 I1Jg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p81-v6si4592270pfi.345.2018.08.08.07.26.26; Wed, 08 Aug 2018 07:26:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727441AbeHHQpV (ORCPT + 99 others); Wed, 8 Aug 2018 12:45:21 -0400 Received: from ozlabs.org ([203.11.71.1]:55827 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727078AbeHHQpV (ORCPT ); Wed, 8 Aug 2018 12:45:21 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 41ltvp2kNYz9ryt; Thu, 9 Aug 2018 00:25:26 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: cc62d20ce4ca4fe73a09d571144b29d43478cb9c In-Reply-To: <273f8ed3e980b9385c6e1b31e17f890ea08ce33c.1528365638.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , npiggin@gmail.com From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [1/3] powerpc: make CPU selection logic generic in Makefile Message-Id: <41ltvp2kNYz9ryt@ozlabs.org> Date: Thu, 9 Aug 2018 00:25:26 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-06-07 at 10:10:18 UTC, Christophe Leroy wrote: > At the time being, when adding a new CPU for selection, both > Kconfig.cputype and Makefile have to be modified. > > This patch moves into Kconfig.cputype the name of the CPU to me > passed to the -mcpu= argument. > > Signed-off-by: Christophe Leroy > Reviewed-by: Nicholas Piggin Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/cc62d20ce4ca4fe73a09d571144b29 cheers