On Mar 27, 2008, at 7:45 PM, Michael Ellerman wrote:
On Fri, 2008-03-28 at 10:14 +1100, Paul Mackerras wrote:
Kumar Gala writes:
@@ -1124,7 +1124,7 @@ void __init early_init_devtree(void *params)
parse_early_param();
/* Reserve LMB regions used by kernel, initrd, dt, etc...
On Fri, 2008-03-28 at 10:14 +1100, Paul Mackerras wrote:
> Kumar Gala writes:
>
> > @@ -1124,7 +1124,7 @@ void __init early_init_devtree(void *params)
> > parse_early_param();
> >
> > /* Reserve LMB regions used by kernel, initrd, dt, etc... */
> > - lmb_reserve(PHYSICAL_START, __pa(kl
Kumar Gala writes:
> @@ -1124,7 +1124,7 @@ void __init early_init_devtree(void *params)
> parse_early_param();
>
> /* Reserve LMB regions used by kernel, initrd, dt, etc... */
> - lmb_reserve(PHYSICAL_START, __pa(klimit) - PHYSICAL_START);
> + lmb_reserve(__pa(_stext), _end -