Re: [PATCH 4 of 7] x86: move pte functions into common asm/pgalloc.h

2008-02-02 Thread Ingo Molnar
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

[PATCH 4 of 7] x86: move pte functions into common asm/pgalloc.h

2008-02-02 Thread Jeremy Fitzhardinge
Common definitions for 2-level pagetable functions. Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> --- arch/x86/mm/pgtable.c|6 ++ arch/x86/mm/pgtable_32.c |6 -- include/asm-x86/pgalloc.h| 16 include/asm-x86/pgalloc_32.h | 17