From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH 2/2] mm: balloon_compaction.c needs asm-generic/bug.h Date: Wed, 14 Nov 2012 17:29:50 -0800 Message-ID: <50A4458E.5050601@infradead.org> References: <20121114163042.64f0c0495663331b9c2d60d6@canb.auug.org.au> <50A43E64.3040709@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: owner-linux-mm@kvack.org To: David Rientjes Cc: Rafael Aquini , Stephen Rothwell , linux-mm@kvack.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton List-Id: linux-next.vger.kernel.org On 11/14/2012 05:29 PM, David Rientjes wrote: > On Wed, 14 Nov 2012, Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Fix build when CONFIG_BUG is not enabled by adding header file >> : >> >> mm/balloon_compaction.c: In function 'balloon_page_putback': >> mm/balloon_compaction.c:243:3: error: implicit declaration of function '__WARN' >> > > This is fixed by > mm-introduce-a-common-interface-for-balloon-pages-mobility-fix-fix-fix.patch > in -mm which converts it to WARN_ON(1) which is the generic way to trigger > a warning. > -- OK, thanks for the info. -- ~Randy -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992589Ab2KOBan (ORCPT ); Wed, 14 Nov 2012 20:30:43 -0500 Received: from casper.infradead.org ([85.118.1.10]:45196 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992498Ab2KOBak (ORCPT ); Wed, 14 Nov 2012 20:30:40 -0500 Message-ID: <50A4458E.5050601@infradead.org> Date: Wed, 14 Nov 2012 17:29:50 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: David Rientjes CC: Rafael Aquini , Stephen Rothwell , linux-mm@kvack.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH 2/2] mm: balloon_compaction.c needs asm-generic/bug.h References: <20121114163042.64f0c0495663331b9c2d60d6@canb.auug.org.au> <50A43E64.3040709@infradead.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/14/2012 05:29 PM, David Rientjes wrote: > On Wed, 14 Nov 2012, Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Fix build when CONFIG_BUG is not enabled by adding header file >> : >> >> mm/balloon_compaction.c: In function 'balloon_page_putback': >> mm/balloon_compaction.c:243:3: error: implicit declaration of function '__WARN' >> > > This is fixed by > mm-introduce-a-common-interface-for-balloon-pages-mobility-fix-fix-fix.patch > in -mm which converts it to WARN_ON(1) which is the generic way to trigger > a warning. > -- OK, thanks for the info. -- ~Randy