From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751858AbcDZNQ6 (ORCPT ); Tue, 26 Apr 2016 09:16:58 -0400 Received: from mail-pf0-f182.google.com ([209.85.192.182]:36313 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750843AbcDZNQ5 (ORCPT ); Tue, 26 Apr 2016 09:16:57 -0400 Date: Tue, 26 Apr 2016 23:14:35 +0900 From: Sergey Senozhatsky To: Jan Beulich Cc: Vitaly Kuznetsov , Andrew Morton , Andy Lutomirski , Ingo Molnar , linux-kernel@vger.kernel.org, "linux-mmc@vger.kernel.org Sergey Senozhatsky" , Sergey Senozhatsky Subject: [-mmots 2016-04-25] hugetlb: =?utf-8?Q?err?= =?utf-8?B?b3I6IOKAmGNwdV9oYXNfcHNl4oCZ?= undeclared Message-ID: <20160426141435.GA501@swordfish> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, v4.6-rc5-mmots-2016-04-25-17-33 In file included from include/linux/hugetlb.h:418:0, from fs/hugetlbfs/inode.c:28: fs/hugetlbfs/inode.c: In function ‘init_hugetlbfs_fs’: ./arch/x86/include/asm/hugetlb.h:7:31: error: ‘cpu_has_pse’ undeclared (first use in this function) #define hugepages_supported() cpu_has_pse ^ fs/hugetlbfs/inode.c:1325:7: note: in expansion of macro ‘hugepages_supported’ if (!hugepages_supported()) { ^~~~~~~~~~~~~~~~~~~ ./arch/x86/include/asm/hugetlb.h:7:31: note: each undeclared identifier is reported only once for each function it appears in #define hugepages_supported() cpu_has_pse ^ fs/hugetlbfs/inode.c:1325:7: note: in expansion of macro ‘hugepages_supported’ if (!hugepages_supported()) { ^~~~~~~~~~~~~~~~~~~ scripts/Makefile.build:289: recipe for target 'fs/hugetlbfs/inode.o' failed make[2]: *** [fs/hugetlbfs/inode.o] Error 1 scripts/Makefile.build:440: recipe for target 'fs/hugetlbfs' failed make[1]: *** [fs/hugetlbfs] Error 2 make[1]: *** Waiting for unfinished jobs.... git grep cpu_has_pse arch/x86/include/asm/hugetlb.h:#define hugepages_supported() cpu_has_pse -ss