diff options
author | Jeff Dike <jdike@addtoit.com> | 2005-06-26 01:55:23 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-26 03:24:35 +0400 |
commit | 026549d28469f7d4ca7e5a4707f0d2dc4f2c164c (patch) | |
tree | c616d69c9f70c9fdecae42a3d97009572cc82e07 /init | |
parent | a6f4e3cf75538a75ee4fab620e3c8466f2154458 (diff) | |
download | linux-026549d28469f7d4ca7e5a4707f0d2dc4f2c164c.tar.xz |
[PATCH] uml: always disable kmalloc during shutdown
kmalloc wasn't being disabled during panic. This patch ensures that, no
matter how UML is exiting, it is disabled. This matters because part of the
cleanup is to remove the umid file, which involves readdir, which calls
malloc. This must map to libc malloc, rather than kmalloc or vmalloc.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions