From: Dave Hansen Date: Wed, 25 May 2011 00:11:42 +0000 (-0700) Subject: include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON() X-Git-Tag: v3.0-rc1~278 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d4b5779a75887750748609f3415f01c1bb9f81;p=pandora-kernel.git include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON() VM_BUG_ON() if effectively a BUG_ON() undef #ifdef CONFIG_DEBUG_VM. That is exactly what we have here now, and two different folks have suggested doing it this way. Signed-off-by: Dave Hansen Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed