Re: Prezeroing V2 [2/4]: add second parameter to clear_page() for all arches

From: Pavel Machek
Date: Fri Dec 24 2004 - 03:37:57 EST


Hi!

> o Extend clear_page to take an order parameter for all architectures.
>

I believe you sould leave clear_page() as is, and introduce
clear_pages() with two arguments.
Pavel

> -extern void clear_page (void *page);
> +extern void clear_page (void *page, int order);
> extern void copy_page (void *to, void *from);
>

--
64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms

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