From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933165AbcI3Jrv (ORCPT ); Fri, 30 Sep 2016 05:47:51 -0400 Received: from out0-152.mail.aliyun.com ([140.205.0.152]:52971 "EHLO out0-152.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932088AbcI3Jrl (ORCPT ); Fri, 30 Sep 2016 05:47:41 -0400 X-Greylist: delayed 320 seconds by postgrey-1.27 at vger.kernel.org; Fri, 30 Sep 2016 05:47:41 EDT X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R791e4;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e02c03278;MF=hillf.zj@alibaba-inc.com;NM=1;PH=DS;RN=15;SR=0;TI=SMTPD_---.70HVcVC_1475228513; Reply-To: "Hillf Danton" From: "Hillf Danton" To: "'Yisheng Xie'" , , Cc: , , , , , , , , , , , References: <1475227569-63446-1-git-send-email-xieyisheng1@huawei.com> <1475227569-63446-2-git-send-email-xieyisheng1@huawei.com> In-Reply-To: <1475227569-63446-2-git-send-email-xieyisheng1@huawei.com> Subject: Re: [PATCH v4 1/2] mm/hugetlb: Introduce ARCH_HAS_GIGANTIC_PAGE Date: Fri, 30 Sep 2016 17:41:52 +0800 Message-ID: <00d001d21afe$e08df220$a1a9d660$@alibaba-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQKHcYynsXqtqUmSyzyPiVSO3QtmfAGierthnxoGLMA= Content-Language: zh-cn Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, September 30, 2016 5:26 PM Yisheng Xie > > Avoid making ifdef get pretty unwieldy if many ARCHs support gigantic page. > No functional change with this patch. > > Signed-off-by: Yisheng Xie > Suggested-by: Michal Hocko > Acked-by: Michal Hocko > Acked-by: Naoya Horiguchi > --- Acked-by: Hillf Danton