Re: reserve_bootmem_generic in early_res_to_bootmem

From: Ingo Molnar
Date: Wed Jun 11 2008 - 04:52:23 EST



* Yinghai Lu <yhlu.kernel@xxxxxxxxx> wrote:

> > printk(KERN_INFO " early res: %d [%llx-%llx] %s\n", i,
> > final_start, final_end - 1, r->name);
> > - reserve_bootmem_generic(final_start, final_end - final_start,
> > + reserve_bootmem(final_start, final_end - final_start,
> > BOOTMEM_DEFAULT);
> > }
> > }
> >
>
> or we need add reserve_bootmem_generic for 32 bit?

yes, that would be really nice - instead of the ifdeffery.

Ingo
--
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/