commit | 5aae277ed67b0271235d3a50908bb48b0e59be26 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Sat Apr 01 01:26:09 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Sat Apr 01 01:26:09 2006 +0200 |
tree | b800b163796522788c9c0bc9c8682c5b8c790455 | |
parent | e74ca2b49b8a38e9ba0bc039a00498c21140f1d6 [diff] |
BUG_ON() Conversion in mm/vmalloc.c this changes if() BUG(); constructs to BUG_ON() which is cleaner, contains unlikely() and can better optimized away. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>