commit | e74ca2b49b8a38e9ba0bc039a00498c21140f1d6 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Sat Apr 01 01:25:12 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Sat Apr 01 01:25:12 2006 +0200 |
tree | 6700884d9dea7d382d09abd9b79ea931390f3ccc | |
parent | 46a350ef9803a2526a128c55cdb27dd73b2ad966 [diff] |
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 <snakebyte@gmx.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>