commit | f5154fbf4902744cdd2bb7548487ceaac9840fd2 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Mon Feb 18 14:41:55 2008 +0100 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Feb 23 23:57:45 2008 -0500 |
tree | ffafe109911852c73c1d3f25f4e4ec1c259b3a72 | |
parent | 61da96be07ec860e260ca4af0199b9d48d000b80 [diff] |
claw: make use of DIV_ROUND_UP The kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) / (d)) but is perhaps more readable. Signed-off-by: Ursula Braun <braunu@de.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>