Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp220370yba; Fri, 3 May 2019 00:02:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqwsY7/OeYBjdksC1TcuTHmnelVuZe9zBOwwNVutxUPEwrZYYMexvc0dD/X4ZEdVlN/nQQVP X-Received: by 2002:a65:5c89:: with SMTP id a9mr8471701pgt.334.1556866957021; Fri, 03 May 2019 00:02:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556866957; cv=none; d=google.com; s=arc-20160816; b=tK10ukf6i57hgW0gOqKy3N64j/hAdfoX6Z1//k9fd245ZfLI80Vs4Qrxr+rhgj/Qem I64yLsN7wx/wXM+KshVQiPpRPqe10LYboOPCZqRiihaJoxqngLbCtvu3X4839ml0Du3B qkukMunb2mtq1ZzUv5xcNb8/CPsUQKDUGlwqxjqRePMGF/9eRZJATzcjXCkYO4k9rejz CrRayTHZ12TKWulAe911FmJ+06JAZ8hHsiI/c1ooWCewbn3rFFtjKcSjRHH+FNd17CB0 B3fIKZieBGm25qxGmuvtDizZV801itTmqsnIwFyO7AYEZp4AhGdE8AFME5DprrjwOiOR cDZQ== 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; bh=ELvfmAp3nlNMkMkHHtr+kqtxumIT5SF4BC03yMf2Vy8=; b=SUa30zJHa2ZyGSC8SjNxTlAVx3qfKsHW7w8rXBHzTWe61nnWTRV63oJeLL4OlBpSbh jscldELHoLF/TOHMld2U1rTIqYAeDFdyVh22BaEWZVNugHsrQZZ55vxP6s6AuAvvsdOx +uWKAqYDggMAiA1AdhO7eWDNRmi+C/VPWHGAhgTM7XR/gbpo38vuSvvQxBxdGrwr//Da MPJzpuL/LC/U1C3CndJZBMtxuskoJjtVHVj+FP605N/H7ohcZd51Z+fh7COMB/s2INcx EuElcGd7va9Y7vhXDHfNSo5dl7LMwar42JpJyGpkhyhUqdxi/uGoOM9kc+ve7C0DVIJH KDiA== 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 d20si1360764pgj.43.2019.05.03.00.02.21; Fri, 03 May 2019 00:02:37 -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 S1727205AbfECG7U (ORCPT + 99 others); Fri, 3 May 2019 02:59:20 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:40269 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726589AbfECG7S (ORCPT ); Fri, 3 May 2019 02:59:18 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 44wNKJ1fXYz9sPJ; Fri, 3 May 2019 16:59:15 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: d7fbe2a0439ce6f20917a65990a78c9e747aad34 X-Patchwork-Hint: ignore In-Reply-To: <5ad9ed13155f55e1715274561354aa7ab57973fc.1554195798.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , danielwa@cisco.com From: Michael Ellerman Cc: linux-arch@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/9] powerpc/prom_init: get rid of PROM_SCRATCH_SIZE Message-Id: <44wNKJ1fXYz9sPJ@ozlabs.org> Date: Fri, 3 May 2019 16:59:15 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2019-04-02 at 09:08:38 UTC, Christophe Leroy wrote: > PROM_SCRATCH_SIZE is same as sizeof(prom_scratch) > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/d7fbe2a0439ce6f20917a65990a78c9e cheers