OSDN Git Service

linux: readahead: convert to SYSCALL_ALIGN_64BIT
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Apr 2013 09:40:42 +0000 (05:40 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 Apr 2013 09:58:03 +0000 (05:58 -0400)
commit81c9eaafecd4b3d53ef09931fe2c65de1cda98ca
treef65720c741a88a037a4291c4004d8eb486c4191b
parentee84b8b40004c970ab0ac660cb04f12cc2748e84
linux: readahead: convert to SYSCALL_ALIGN_64BIT

The readahead syscall has the 64bit register align issue for all
arches.  Only mips was handling this though.

Clean up the common readahead.c to use the SYSCALL_ALIGN_64BIT
define so that we can throw away the mips version and make this
work correctly on arm/ppc/xtensa.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/sysdeps/linux/common/readahead.c
libc/sysdeps/linux/mips/Makefile.arch
libc/sysdeps/linux/mips/readahead.c [deleted file]