Jeff Dike e4c4bf9968 uml: Eliminate kernel allocator wrappers
UML had two wrapper procedures for kmalloc, um_kmalloc and um_kmalloc_atomic
because the flag constants weren't available in userspace code.
kern_constants.h had made kernel constants available for a long time, so there
is no need for these wrappers any more.  Rather, userspace code calls kmalloc
directly with the userspace versions of the gfp flags.

kmalloc isn't a real procedure, so I had to essentially copy the inline
wrapper around __kmalloc.

vmalloc also had its own wrapper for no good reason.  This is now gone.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-16 09:05:38 -07:00
..
2007-05-07 12:13:04 -07:00
2007-05-15 18:56:37 -07:00
2007-05-07 12:13:02 -07:00
2007-05-07 12:13:02 -07:00
2007-05-07 12:13:01 -07:00
2007-07-16 09:05:38 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-02-24 14:31:37 -08:00
2005-04-16 15:20:36 -07:00
2007-05-11 08:29:34 -07:00
2006-03-27 08:44:37 -08:00
2005-04-16 15:20:36 -07:00
2006-03-31 12:18:50 -08:00
2005-04-16 15:20:36 -07:00
2007-07-16 09:05:38 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-09-26 08:49:09 -07:00
2005-04-16 15:20:36 -07:00
2007-02-11 10:51:23 -08:00
2005-04-16 15:20:36 -07:00
2005-09-29 08:46:26 -07:00
2005-05-28 16:46:13 -07:00
2005-09-29 08:46:26 -07:00
2007-05-07 12:13:04 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-05-07 12:13:04 -07:00