- if (unlikely((condition)!=0)) BUG(); \ + if (unlikely(condition)) BUG(); \ -- Daniel -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/