git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61da96b
)
claw: make use of DIV_ROUND_UP
author
Julia Lawall
<julia@diku.dk>
Mon, 18 Feb 2008 13:41:55 +0000
(14:41 +0100)
committer
Jeff Garzik
<jeff@garzik.org>
Sun, 24 Feb 2008 04:57:45 +0000
(23:57 -0500)
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>
No differences found