[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: slablru for 2.5.32-mm1
On Sun, 2002-09-08 at 17:43, Daniel Phillips wrote:
> - if (unlikely((condition)!=0)) BUG(); \
> + if (unlikely(condition)) BUG(); \
Then send in a patch; the code I pasted was the current 2.5 BUG_ON (and
2.4's, since I copied it from 2.5 when I sent the patch). ;-)
Robert Love
--
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/