Skip to content

Commit

Permalink
um: remove unused AIO code
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Christoph Hellwig authored and Richard Weinberger committed Oct 29, 2018
1 parent 7ff1e34 commit 369cca2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 424 deletions.
28 changes: 0 additions & 28 deletions arch/um/include/shared/aio.h

This file was deleted.

8 changes: 2 additions & 6 deletions arch/um/os-Linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@
# Don't instrument UML-specific code
KCOV_INSTRUMENT := n

obj-y = aio.o execvp.o file.o helper.o irq.o main.o mem.o process.o \
obj-y = execvp.o file.o helper.o irq.o main.o mem.o process.o \
registers.o sigio.o signal.o start_up.o time.o tty.o \
umid.o user_syms.o util.o drivers/ skas/

obj-$(CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA) += elf_aux.o

USER_OBJS := $(user-objs-y) aio.o elf_aux.o execvp.o file.o helper.o irq.o \
USER_OBJS := $(user-objs-y) elf_aux.o execvp.o file.o helper.o irq.o \
main.o mem.o process.o registers.o sigio.o signal.o start_up.o time.o \
tty.o umid.o util.o

HAVE_AIO_ABI := $(shell [ -r /usr/include/linux/aio_abi.h ] && \
echo -DHAVE_AIO_ABI )
CFLAGS_aio.o += $(HAVE_AIO_ABI)

include arch/um/scripts/Makefile.rules
Loading

0 comments on commit 369cca2

Please sign in to comment.