From: Eric Sesterhenn Date: Fri, 31 Mar 2006 23:25:12 +0000 (+0200) Subject: BUG_ON() Conversion in mm/swap_state.c X-Git-Tag: v2.6.17-rc1~10^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74ca2b49b8a38e9ba0bc039a00498c21140f1d6;p=pandora-kernel.git BUG_ON() Conversion in mm/swap_state.c this changes if() BUG(); constructs to BUG_ON() which is cleaner, contains unlikely() and can better optimized away. Signed-off-by: Eric Sesterhenn Signed-off-by: Adrian Bunk --- Reading git-diff-tree failed