commit | 6978c7052f2e22c6c40781cdd4eba5c4bce9a789 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Fri Mar 24 18:45:21 2006 +0100 |
committer | Adrian Bunk <bunk@stusta.de> | Fri Mar 24 18:45:21 2006 +0100 |
tree | eb93e551109b441052db414b7074d8b2a0f19e45 | |
parent | 8cd5283b897f56004631944dd2888e9a7b843f89 [diff] |
BUG_ON() Conversion in kernel/cpu.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>