From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40GTBb4mp4zDqGZ for ; Thu, 5 Apr 2018 00:39:51 +1000 (AEST) In-Reply-To: <20180330120902.28798-1-aneesh.kumar@linux.ibm.com> To: "Aneesh Kumar K.V" , benh@kernel.crashing.org, paulus@samba.org From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, "Aneesh Kumar K.V" Subject: Re: [1/2] powerpc/mm/radix: Parse disable_radix commandline correctly. Message-Id: <40GTBb2rWCz9s29@ozlabs.org> Date: Thu, 5 Apr 2018 00:39:51 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2018-03-30 at 12:09:01 UTC, "Aneesh Kumar K.V" wrote: > From: "Aneesh Kumar K.V" > > kernel parameter disable_radix takes different options > disable_radix=yes|no|1|0 or just disable_radix. When using the later format > we get below error. > > `Malformed early option 'disable_radix'` > > Signed-off-by: Aneesh Kumar K.V Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/cec4e9b28ffbcb9ce04b9e33946c50 cheers