lkml.org 
[lkml]   [2008]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH -mm 08/14] bootmem: clean up alloc_bootmem_core
> Hi,
>
> Yasunori Goto <y-goto@jp.fujitsu.com> writes:
>
> > Hello.
> >
> >> + /*
> >> + * Reserve the area now:
> >> + */
> >> + for (i = PFN_DOWN(new_start) + merge; i < PFN_UP(new_end); i++)
> >> + if (test_and_set_bit(i, bdata->node_bootmem_map))
> >> + BUG();
> >> +
> >> + region = phys_to_virt(bdata->node_boot_start + new_start);
> >> + memset(region, 0, size);
> >> + return region;
> >
> > bdata->last_success doesn't seem to be updated in alloc_bootmem_core(),
> > it is updated in only __free().
> > Is it intended? If not, it should be updated, I suppose....
>
> Yeah, I forgot that. See my reply to `bootmem: respect goal more
> likely'.
>
> Thanks for reviewing!
>
> Hannes

Oh, I didn't notice it.
Ok. I'll test newer version on my ia64 box.


Bye.


--
Yasunori Goto




\
 
 \ /
  Last update: 2008-06-02 16:53    [W:0.039 / U:0.308 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site