Messages in this thread |  | | | Date | Sat, 2 Feb 2008 10:21:38 +0100 | | From | Ingo Molnar <> | | Subject | Re: [PATCH 4 of 7] x86: move pte functions into common asm/pgalloc.h | |
i've applied your series.
Small nit, please use consistent style when adding new comments:
> +/* Should really implement gc for free page table pages. This could be
> + done with a reference count in struct page. */
i've changed that to:
/*
* Should really implement gc for free page table pages. This could be
* done with a reference count in struct page.
*/
Ingo
|  |