https://github.com/torvalds/linux
Revision 9155203a5de94278525647b16733f0c315f3b786 authored by David Howells on 06 May 2009, 23:03:02 UTC, committed by Linus Torvalds on 06 May 2009, 23:36:10 UTC
Use roundown_pow_of_two(N) in zone_batchsize() rather than (1 <<
(fls(N)-1)) as they are equivalent, and with the former it is easier to
see what is going on.

Signed-off-by: David Howells <dhowells@redhat.com>
Tested-by: Lanttor Guo <lanttor.guo@freescale.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 74614f8
Raw File
Tip revision: 9155203a5de94278525647b16733f0c315f3b786 authored by David Howells on 06 May 2009, 23:03:02 UTC
mm: use roundown_pow_of_two() in zone_batchsize()
Tip revision: 9155203
Kbuild
# Top-level Makefile calls into asm-$(ARCH)
# List only non-arch directories below

header-y += asm-generic/
header-y += linux/
header-y += sound/
header-y += mtd/
header-y += rdma/
header-y += video/
header-y += drm/
back to top