"David S. Miller" wrote:
>
> + i = CACHESIZE * sizeof (struct svc_cacherep);
> + for (order = 0; (PAGE_SIZE << order) < i; order++)
> + ;
> + free_pages ((unsigned long)nfscache, order);
What about get_order() from <asm/page.h>?
-- Manfred- 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/
This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:12 EST