]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
log2.h: Define order_base_2() macro for convenience.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 6 Feb 2008 09:36:54 +0000 (01:36 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:03 +0000 (10:41 -0800)
commitde9330d13eac1f331e63ab1d18c506365b0151f3
tree67fc0eb97f706d8cb39485dba50da9f9918c3f3f
parent582539e5a0480f1e00e3b9ffbe50bd5b2f59a16f
log2.h: Define order_base_2() macro for convenience.

Given a number of places in the tree that need to calculate this value
explicitly, might as well just create a macro for it.

(akpm: must be implemented as a macro for callee typeof() usage)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/log2.h