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 AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 69C031A04D3 for ; Fri, 2 Oct 2015 17:47:10 +1000 (AEST) In-Reply-To: <1439449674-32191-1-git-send-email-mpe@ellerman.id.au> To: Michael Ellerman , From: Michael Ellerman Cc: khandual@linux.vnet.ibm.com Subject: Re: [v2] powerpc/slb: Define an enum for the bolted indexes Message-Id: <20151002074710.14F741409A0@ozlabs.org> Date: Fri, 2 Oct 2015 17:47:10 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2015-13-08 at 07:07:54 UTC, Michael Ellerman wrote: > From: Anshuman Khandual > > This patch defines macros for the three bolted SLB indexes we use. > Switch the functions that take the indexes as an argument to use the > enum. > > Signed-off-by: Anshuman Khandual > Signed-off-by: Michael Ellerman Applied to powerpc next. https://git.kernel.org/powerpc/c/1d15010c349a26640e8f2495 cheers