Re: [PATCH 15/35] x86: make 64 bit use early_res instead of bootmembefore slab

From: Andrew Morton
Date: Tue Feb 09 2010 - 15:27:54 EST


On Tue, 09 Feb 2010 11:32:26 -0800
Yinghai Lu <yinghai@xxxxxxxxxx> wrote:

> +u64 __init find_early_area(u64 ei_start, u64 ei_last, u64 start, u64 end,
> + u64 size, u64 align)
> +{
> + u64 addr, last;
> +
> + addr = round_up(ei_start, align);

Can we use include/linux/log2.h:roundup_pow_of_two() in this patchset?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/