android_kernel_xiaomi_sm8350/arch/um/include
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
..
skas uml: delete some unused headers 2008-02-05 09:44:26 -08:00
sysdep-i386 uml: tidy ptrace interface 2008-05-13 08:02:21 -07:00
sysdep-ia64
sysdep-ppc
sysdep-x86_64 uml: tidy ptrace interface 2008-05-13 08:02:21 -07:00
aio.h
arch.h uml: further bugs.c tidying 2008-02-05 09:44:25 -08:00
as-layout.h uml: runtime host VMSPLIT detection 2008-02-08 09:22:42 -08:00
chan_kern.h uml: remove a useless function 2008-04-28 08:58:28 -07:00
chan_user.h uml: fix URLs in Kconfig and help strings 2008-02-05 09:44:25 -08:00
common-offsets.h uml: cover stubs with a VMA 2008-02-05 09:44:29 -08:00
elf_user.h
frame_kern.h
init.h
initrd.h
irq_kern.h
irq_user.h uml: miscellaneous code cleanups 2008-02-05 09:44:29 -08:00
kern_util.h uml: get rid of syscall counters 2008-02-05 09:44:30 -08:00
kern.h
line.h uml: fix inconsistence due to tty_operation change 2008-05-08 10:46:55 -07:00
longjmp.h
mconsole_kern.h
mconsole.h
mem_kern.h
mem_user.h uml: SMP locking commentary 2008-02-05 09:44:30 -08:00
mem.h
net_kern.h
net_user.h
os.h uml: runtime host VMSPLIT detection 2008-02-08 09:22:42 -08:00
process.h
ptrace_user.h uml: style fixes in arch/um/sys-x86_64 2008-02-05 09:44:31 -08:00
registers.h uml: fix FP register corruption 2008-02-23 17:12:15 -08:00
sigcontext.h
sigio.h
skas_ptrace.h uml: style fixes 2008-05-13 08:02:21 -07:00
skas_ptregs.h
syscall.h
sysrq.h
task.h
tlb.h
ubd_user.h
um_malloc.h uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
um_mmu.h uml: fix mm_context memory leak 2008-02-08 09:22:43 -08:00
um_uaccess.h uml: header untangling 2008-02-05 09:44:28 -08:00
user.h