Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1243952ybl; Thu, 22 Aug 2019 11:30:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqyDxpDKOzTTeHA73D9YtlViD9D0fPlpcBpCsh4PfO+yGY4aQM2o/bxqKD19KSmfOjk6Qx8h X-Received: by 2002:a17:90a:23c8:: with SMTP id g66mr1024522pje.123.1566498639657; Thu, 22 Aug 2019 11:30:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566498639; cv=none; d=google.com; s=arc-20160816; b=iP4Rpt3BR5+vKndDZsDqTrlhADPUL70iQgzQdaNtsFcTCT7y0EjU8/57IYHxzfupG6 32YrPsBDUOrrMU6ROiIVidQ+rOoj7ALtfVKT697Y28H3CTpQKOAh/GPt3qfzpdeDBYgv hC680G+OGTC6HEwEtDSvqo4aQhdvoF0/Udo0Jo4leVqnbRFTNhXj8aU7pALim7+ZZtYU NtHMdr3Lu4VFWjhJP8dKQhUzu3xnVrgI0Ba+O3pGA1IsyuVDv9ldAATBRncA3o7ZFMNa NTyNtcadHH7kcSPruDT4sZK8WfpCPk/zkE+44q24S3KLJlY8CSJIHP9Ri+zGyhypqz+L W8gQ== 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=jrCGqGT3Ik+K1ViYOnu8ynNC9XxMNuehKelso+992l4=; b=MgeIowInx5hxISGdyZvRkq6cA30VE8/qQ7E7+q+nVEFCJKU+Xp7HSNp4aaqP3Anedv 8KRyIb5SJTw+yum41qRABBybxwgbtQ588GnHn3Qu4AzT269c8YrwmgCwFwSIIUuUJJiE 8aNR204dipLXoybUi8HIiy7UL1tZrsTyDJdo3aoTmcuMMYbXrMXjBVIZlAb0FBFNr6Mq 8rDrrNv1Ev4dpVZetAVjb0dTsXM2bpnwREcJNQuzhbJUoaAZXXebX2pc6th/qu65ht/a +tCtjdwtTDhwAHZxZ3Sz1dbFLGOXUaVBYFoKQqRBOlLcaEPgqZ5v+Y/vX5wsgfyduWpS /2rA== 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 l10si204736plb.314.2019.08.22.11.30.24; Thu, 22 Aug 2019 11:30:39 -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 S2388954AbfHVNJJ (ORCPT + 99 others); Thu, 22 Aug 2019 09:09:09 -0400 Received: from ozlabs.org ([203.11.71.1]:59447 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388929AbfHVNJG (ORCPT ); Thu, 22 Aug 2019 09:09:06 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 46DlGn0WwZz9sPX; Thu, 22 Aug 2019 23:09:04 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: ad628a34ec4e3558bf838195f60bbaa4c2b68f2a In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/mm: don't display empty early ioremap area Message-Id: <46DlGn0WwZz9sPX@ozlabs.org> Date: Thu, 22 Aug 2019 23:09:04 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-08-14 at 14:36:10 UTC, Christophe Leroy wrote: > On the 8xx, the layout displayed at boot is: > > [ 0.000000] Memory: 121856K/131072K available (5728K kernel code, 592K rwdata, 1248K rodata, 560K init, 448K bss, 9216K reserved, 0K cma-reserved) > [ 0.000000] Kernel virtual memory layout: > [ 0.000000] * 0xffefc000..0xffffc000 : fixmap > [ 0.000000] * 0xffefc000..0xffefc000 : early ioremap > [ 0.000000] * 0xc9000000..0xffefc000 : vmalloc & ioremap > [ 0.000000] SLUB: HWalign=16, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 > > Remove display of an empty early ioremap. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ad628a34ec4e3558bf838195f60bbaa4c2b68f2a cheers