linux/arch/um/kernel/skas
Benjamin Herrenschmidt 5e5419734c add mm argument to pte/pmd/pud/pgd_free
(with Martin Schwidefsky <schwidefsky@de.ibm.com>)

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 allocations the mm
argument is needed on the free function as well.

[kamalesh@linux.vnet.ibm.com: i386 fix]
[akpm@linux-foundation.org: coding-syle fixes]
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-05 09:44:18 -08:00
..
clone.c uml: remove last include of libc asm/page.h 2007-11-14 18:45:43 -08:00
Makefile uml: style fixes pass 3 2007-10-16 09:43:05 -07:00
mmu.c add mm argument to pte/pmd/pud/pgd_free 2008-02-05 09:44:18 -08:00
process.c uml: fix stub address calculations 2007-10-16 09:43:09 -07:00
syscall.c uml: rename pt_regs general-purpose register file 2007-10-16 09:43:06 -07:00
uaccess.c uml: remove os_* usage from userspace files 2007-10-16 09:43:06 -07:00