Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2830543imu; Sun, 23 Dec 2018 08:45:14 -0800 (PST) X-Google-Smtp-Source: AFSGD/XDelcB5hEbO+QSomDUFCSmJKbFkj3HK76ihB1sa7B+ZSStfmHhwhXxK4oWL0xzJ+O/CRW/ X-Received: by 2002:a62:160d:: with SMTP id 13mr10161702pfw.203.1545583514044; Sun, 23 Dec 2018 08:45:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545583514; cv=none; d=google.com; s=arc-20160816; b=XOmJxYep5rH+CvztxUF7vxuwkqXg4qSK9i8TD/hiIuCA9BSUNTLK90qFNIxKil3fjc f42ZNz6WR94oxX/4CkchCR6IIraCRW7MeOi4J9Dc1qdGqPAM360wPCr3h630tS8t7w/c TA7w+PcCgitvZ8/xMBjzWnbNW1Z8qy23CG/wzsMzu8xWqDQVB13OSAmZAhBov/aPwUA8 AkX68Vi4Q0gHnTNQwyDNb1+VEvMGiXn5kHMGy3qhzdFtJo9NzyYgyE/gcm06Oc/dUzss Q3xkYmv3wuCSVJKYeVz7/DlOmyDk1AP2CpRhLkelVHsgN4e6W/Ezj6uNErV/eVlMgfl+ hXYw== 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=StUEGBcC/lRTF9ibDqszxxdFDP0fmCCmtNBLvE9vIAs=; b=cZi5XcJeHaHhytt4HyhdDhcwZqzIgWCsantf6k7J0g+aTrV/461lyj4t2QieeJCj0y 8usBQsnQGwdPqxDCHVvxRHTme5JUAO4bgdwv5ZcH2U6L+wx1IoB9y8OLpfR661cgdAvo pgO+KqJkpcY85AnI1EbE0MxfBJuUpxSZkguOk8W3ZhpKCyqMps5hm2zgTKcxP7XcvxTW hJzN40EAne5ZllIwg+stMK81l9pdzrvsEfv4QNvx7dGuy/wqnrWpmCQWVsDV5GoL++dj FT/6RNUYt8bmRy+pSDp+ntmWue3fWQ2db2ajVgdwq3hbyZPpwzEHoLfeK0SDATQmraVa m7IA== 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 m33si26186688pgl.379.2018.12.23.08.44.59; Sun, 23 Dec 2018 08:45:14 -0800 (PST) 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 S1728786AbeLWN2L (ORCPT + 99 others); Sun, 23 Dec 2018 08:28:11 -0500 Received: from ozlabs.org ([203.11.71.1]:51077 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728756AbeLWN2H (ORCPT ); Sun, 23 Dec 2018 08:28:07 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 43N38Q0SKfz9sNw; Mon, 24 Dec 2018 00:28:05 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 96d19d70e1012383365c68e271d99f833a2d85f3 X-Patchwork-Hint: ignore In-Reply-To: <8b818f91a5dd1e33f4ffac11ad45d72a8caafb80.1545290681.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/8xx: Allow pinning IMMR TLB when using early debug console Message-Id: <43N38Q0SKfz9sNw@ozlabs.org> Date: Mon, 24 Dec 2018 00:28:05 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-12-20 at 07:25:28 UTC, Christophe Leroy wrote: > CONFIG_EARLY_DEBUG_CPM requires IMMR area TLB to be pinned > otherwise it doesn't survive MMU_init, and the boot fails. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/96d19d70e1012383365c68e271d99f cheers