kernel-ark/arch/um/drivers
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
..
chan_kern.c uml: handle errors on opening host side of consoles 2007-07-16 09:05:38 -07:00
chan_user.c uml: simplify helper stack handling 2007-07-16 09:05:38 -07:00
cow_sys.h uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
cow_user.c
cow.h
daemon_kern.c [SK_BUFF]: Introduce skb_mac_header() 2007-04-25 22:24:41 -07:00
daemon_user.c uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
daemon.h
fd.c uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
harddog_kern.c [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
harddog_user.c uml: simplify helper stack handling 2007-07-16 09:05:38 -07:00
hostaudio_kern.c uml: rename os_{read_write}_file_k back to os_{read_write}_file 2007-05-07 12:13:03 -07:00
line.c uml: SIGIO support cleanup 2007-07-16 09:05:38 -07:00
Makefile
mcast_kern.c [SK_BUFF]: Introduce skb_mac_header() 2007-04-25 22:24:41 -07:00
mcast_user.c uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
mcast.h
mconsole_kern.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
mconsole_user.c uml: DEBUG_SHIRQ fixes 2007-07-16 09:05:38 -07:00
mmapper_kern.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
net_kern.c uml: network and pcap cleanup 2007-05-08 11:15:20 -07:00
net_user.c uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
null.c
pcap_kern.c uml: pcap devices should get MACs from command line 2007-05-08 11:15:20 -07:00
pcap_user.c uml: network and pcap cleanup 2007-05-08 11:15:20 -07:00
pcap_user.h
port_kern.c uml: rename os_{read_write}_file_k back to os_{read_write}_file 2007-05-07 12:13:03 -07:00
port_user.c uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
port.h
pty.c uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
random.c uml: rename os_{read_write}_file_k back to os_{read_write}_file 2007-05-07 12:13:03 -07:00
slip_common.c
slip_common.h
slip_kern.c [SK_BUFF]: Introduce skb_mac_header() 2007-04-25 22:24:41 -07:00
slip_user.c uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
slip.h
slirp_kern.c [SK_BUFF]: Introduce skb_mac_header() 2007-04-25 22:24:41 -07:00
slirp_user.c uml: simplify helper stack handling 2007-07-16 09:05:38 -07:00
slirp.h
ssl.c uml: handle errors on opening host side of consoles 2007-07-16 09:05:38 -07:00
ssl.h
stderr_console.c uml: get declaration of simple_strtoul 2007-06-08 17:23:33 -07:00
stdio_console.c uml: handle errors on opening host side of consoles 2007-07-16 09:05:38 -07:00
stdio_console.h
tty.c uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
ubd_kern.c uml: fix request->sector update 2007-07-16 09:05:38 -07:00
ubd_user.c uml: DEBUG_SHIRQ fixes 2007-07-16 09:05:38 -07:00
xterm_kern.c uml: xterm driver tidying 2007-07-16 09:05:38 -07:00
xterm.c uml: simplify helper stack handling 2007-07-16 09:05:38 -07:00
xterm.h