Re: page coloring

2000-11-23 Thread Mike Smith
> > Isn't the page coloring algoritm in _vm_page_list_find totally bogus? > > > > No, it's not. The comment is, however, misplaced. It describes > the behavior of an inline function in vm_page.h, and not the function > it precedes. Hrm. My comment was based on John Dyson's own observations o

Re: page coloring

2000-11-23 Thread Alan Cox
> Hi. > > Isn't the page coloring algoritm in _vm_page_list_find totally bogus? > No, it's not. The comment is, however, misplaced. It describes the behavior of an inline function in vm_page.h, and not the function it precedes. > It skips queue pq[index & PQ_L2_MASK]. > That's correct. T