linux/arch/um/os-Linux
Jeff Dike 43f5b3085f uml: fix build when SLOB is enabled
Reintroduce uml_kmalloc for the benefit of UML libc code.  The
previous tactic of declaring __kmalloc so it could be called directly
from the libc side of the house turned out to be getting too intimate
with slab, and it doesn't work with slob.

So, the uml_kmalloc wrapper is back.  It calls kmalloc or whatever
that translates into, and libc code calls it.

kfree is left alone since that still works, leaving a somewhat
inconsistent API.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-05-13 08:02:22 -07:00
..
drivers uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
include uml: style fixes in arch/um/os-Linux 2008-02-08 09:22:42 -08:00
skas uml: style fixes 2008-05-13 08:02:21 -07:00
sys-i386 uml: tidy ptrace interface 2008-05-13 08:02:21 -07:00
sys-x86_64 uml: fix FP register corruption 2008-02-23 17:12:15 -08:00
aio.c uml: style fixes in arch/um/os-Linux 2008-02-08 09:22:42 -08:00
elf_aux.c [PATCH] uml: host VDSO fix 2007-03-01 14:53:38 -08:00
execvp.c [PATCH] uml: make execvp safe for our usage 2006-11-25 13:28:34 -08:00
file.c uml: implement O_APPEND 2008-02-05 09:44:30 -08:00
helper.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
irq.c uml: remove init_irq_signals 2008-02-05 09:44:30 -08:00
main.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
Makefile uml: tidy kern_util.h 2008-02-05 09:44:26 -08:00
mem.c uml: improved error handling while locating temp dir 2008-02-08 09:22:43 -08:00
process.c uml: style fixes in arch/um/os-Linux 2008-02-08 09:22:42 -08:00
registers.c uml: kill processes instead of panicing kernel 2008-02-05 09:44:28 -08:00
sigio.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
signal.c uml: style fixes in arch/um/os-Linux 2008-02-08 09:22:42 -08:00
start_up.c uml: redo host capability detection and disabling 2008-05-13 08:02:21 -07:00
time.c uml: after_sleep_interval should return something 2007-12-03 08:13:17 -08:00
tls.c uml: style fixes pass 1 2007-10-16 09:43:05 -07:00
tty_log.c uml: tidy kern_util.h 2008-02-05 09:44:26 -08:00
tty.c uml: tidy kern_util.h 2008-02-05 09:44:26 -08:00
uaccess.c uml: style fixes in arch/um/os-Linux 2008-02-08 09:22:42 -08:00
umid.c uml: style fixes pass 3 2007-10-16 09:43:05 -07:00
user_syms.c uml: style fixes in arch/um/os-Linux 2008-02-08 09:22:42 -08:00
util.c uml: style fixes in arch/um/os-Linux 2008-02-08 09:22:42 -08:00