[PATCH] uml: use host AIO support
authorJeff Dike <jdike@addtoit.com>
Sat, 3 Sep 2005 22:57:45 +0000 (15:57 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:06:23 +0000 (00:06 -0700)
commit75e5584c89d213d6089f64f22cd899fb172e4c95
tree22bb81b9c699e06b3c8163933654fe3f84ae469d
parent30f7dabb083f8ff4ce541b5ac4e5d70cc173051a
[PATCH] uml: use host AIO support

This patch makes UML use host AIO support when it (and
/usr/include/linux/aio_abi.h) are present.  This is only the support, with no
consumers - a consumer is coming in the next patch.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/include/aio.h [new file with mode: 0644]
arch/um/include/init.h
arch/um/include/irq_kern.h
arch/um/kernel/irq.c
arch/um/os-Linux/Makefile
arch/um/os-Linux/aio.c [new file with mode: 0644]