Re: [PATCH] Simple Page Coloring [fixed] (2.3.99pre3 diffs)

Joseph A. Martin (jmartin@linux08.mro.dec.com)
Thu, 13 Apr 2000 13:49:17 -0400


:: Andrea Arcangeli <andrea@suse.de>
>>+ while ((page = alloc_pages(GFP_USER, order)) != 0) {

This does not happen every allocation but rather every
2^(LN2_MAX_CACHE - PAGE_SHIFT) single page allocations.

:: Andrea Arcangeli <andrea@suse.de>
:: bert hubert <ahu@ds9a.nl>
0(1) versus O(1):

00ps! That's the first time my xterm font has tripped me up -- and I
was so careful to pick one that did 1 and l distinctly. :-)

\Joe [Joseph.Martin@Compaq.com Joseph A. Martin
Compaq Computer Corporation
200 Forest Street MRO1-2/K20
(508) 467-2100 Marlboro, MA 01752 U.S.A.
]

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/