[patch 1/3] add mm argument to pte/pmd/pud/pgd_free.

2007-11-12 Thread schwidefsky
From: Benjamin Herrenschmidt <[EMAIL PROTECTED]> From: Martin Schwidefsky <[EMAIL PROTECTED]> The pgd/pud/pmd/pte page table allocation functions get a mm_struct pointer as first argument. The free functions do not get the mm_struct argument. This is 1) asymmetrical and 2) to do mm related page

[patch 1/3] add mm argument to pte/pmd/pud/pgd_free.

2007-11-12 Thread schwidefsky
From: Benjamin Herrenschmidt [EMAIL PROTECTED] From: Martin Schwidefsky [EMAIL PROTECTED] The pgd/pud/pmd/pte page table allocation functions get a mm_struct pointer as first argument. The free functions do not get the mm_struct argument. This is 1) asymmetrical and 2) to do mm related page table