From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40zxfZ4s1GzF0Rs for ; Tue, 5 Jun 2018 00:10:30 +1000 (AEST) In-Reply-To: <03c175e506e88e57f48f01de9120768e1b942c6e.1521641042.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Scott Wood From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [1/4] powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohash Message-Id: <40zxfZ27JTz9s0x@ozlabs.org> Date: Tue, 5 Jun 2018 00:10:29 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2018-03-21 at 14:07:47 UTC, Christophe Leroy wrote: > First context is now 1 for all supported platforms, so it > can be made a constant. > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8820a44738308a8a1644c6c3d04b47 cheers