From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965690AbcBCSTM (ORCPT ); Wed, 3 Feb 2016 13:19:12 -0500 Received: from casper.infradead.org ([85.118.1.10]:59108 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965077AbcBCSTK (ORCPT ); Wed, 3 Feb 2016 13:19:10 -0500 Subject: Re: linux-next: Tree for Feb 3 (mm, hugepage) To: Stephen Rothwell , linux-next@vger.kernel.org References: <20160203161811.621b399a@canb.auug.org.au> Cc: linux-kernel@vger.kernel.org, Linux MM From: Randy Dunlap Message-ID: <56B24498.4040402@infradead.org> Date: Wed, 3 Feb 2016 10:19:04 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160203161811.621b399a@canb.auug.org.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/02/16 21:18, Stephen Rothwell wrote: > Hi all, > > Changes since 20160202: > on x86_64: when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled and CONFIG_TRANSPARENT_HUGEPAGE is not enabled: ../fs/proc/task_mmu.c: In function 'smaps_pud_range': ../fs/proc/task_mmu.c:596:2: error: implicit declaration of function 'is_huge_zero_pud' [-Werror=implicit-function-declaration] if (is_huge_zero_pud(*pud)) ^ -- ~Randy