Re: [PATCH 2/2] mm: balloon_compaction.c needs asm-generic/bug.h
From: Randy Dunlap <hidden>
Date: 2012-11-15 01:30:43
Also in:
linux-mm, lkml
From: Randy Dunlap <hidden>
Date: 2012-11-15 01:30:43
Also in:
linux-mm, lkml
On 11/14/2012 05:29 PM, David Rientjes wrote:
On Wed, 14 Nov 2012, Randy Dunlap wrote:quoted
From: Randy Dunlap <redacted> Fix build when CONFIG_BUG is not enabled by adding header file <asm-generic/bug.h>: 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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>