|
From: Alan B. <al...@ms...> - 2001-09-27 18:29:23
|
hi, > >> kernel_set_cachemode((np), 8192, IOMAP_NOCACHE_SER); > By the way I think that kernel_set_cachemode() does not working right, > because the while() loop that set the cache modes for a page is only > called once, but I have allocated 2 pages. Maybe some other drivers have > trouble with that. is 8192 just one page, or would you expect it to be 2? how about using a sizeof((*np)) instead of the 8192? alan |