dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/um/kernel/skas
Roel Kluin 4d04c70754 uml: fix order of pud and pmd_free()
If pmd_alloc() fails we should only free the prior allocated pud, if
pte_alloc_map() fails, we should free pmd as well.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-09-22 07:17:45 -07:00
..
Makefile uml: style fixes pass 3 2007-10-16 09:43:05 -07:00
clone.c uml: clone.c tidying 2008-02-05 09:44:25 -08:00
mmu.c uml: fix order of pud and pmd_free() 2009-09-22 07:17:45 -07:00
process.c uml: kill processes instead of panicing kernel 2008-02-05 09:44:28 -08:00
syscall.c uml: redo the calculation of NR_syscalls 2008-02-05 09:44:32 -08:00
uaccess.c uml: eliminate setjmp_wrapper 2008-02-05 09:44:29 -08:00