From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4CB6B1A06F2 for ; Mon, 12 Oct 2015 22:17:22 +1100 (AEDT) In-Reply-To: <1441610633-8077-1-git-send-email-aneesh.kumar@linux.vnet.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: powerpc/mm: Disable hugepd for 64K page size. Message-Id: <20151012111722.3A7401402B2@ozlabs.org> Date: Mon, 12 Oct 2015 22:17:22 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2015-07-09 at 07:23:53 UTC, "Aneesh Kumar K.V" wrote: > After commit e2b3d202d1dba8f3546ed28224ce485bc50010be > ("powerpc: Switch 16GB and 16MB explicit hugepages to a > different page table format"), we don't need to support > is_hugepd() for 64K page size. > > Signed-off-by: Aneesh Kumar K.V Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ec2640b114d535ba7d895b6e cheers