|
From: Ken T. <ke...@we...> - 2001-09-28 20:09:55
|
On Fri, 28 Sep 2001, Rene Brothuhn wrote: > Nevertheless, kernel_set_cachemode() does not set the cachemode for the > last page, if the upper boundary of size does not end up at a multiply > of PAGE_SIZE (as it will be with sizeof()). Some little changes should > fix this. Maybe its not necessary, but I think the code were more > reliable. Maybe I fix it later. Hello, Don't understand what you mean by "last page" or "upper boundary of size". Do you mean if I : page = __get_free_pages(GFP_ATOMIC,1); which allocates two pages, the second of which does not have cache mode set correctly ? Thinking about yet another play with the A4091... Ken. |