summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/syscalls/ioprio_set.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-121-19/+0
| | | | | Bug: 11156955 Change-Id: I07b596d85e4bd6347d488d1a92c8d0a00b5ef3b3
* Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-191-9/+3
| | | | Change-Id: I55f8c1a95f643a6e484f12fbcc25e2c77e55b6b8
* Make mips generated assembler more like the mips64 stuff.Elliott Hughes2014-02-191-7/+9
| | | | | | | | | I broke the mips build yesterday because it doesn't use <private/bionic_asm.h> like the other architectures, including mips64. I want to move mips closer to mips64 to try to avoid this kind of thing in future. Change-Id: Idb985587ff355b9e5e765c1f5671dc0144cd2488
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-161-1/+2
| | | | | | No non-comment changes to the .S files. Change-Id: Iafcfd004c3ea92b64268f80ab16df615b97cefac
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-211-1/+1
| | | | | | | | | | | <sys/linux-syscalls.h> only contains constants for the syscalls we're generating stubs for. We want all the syscalls available on the architecture in question. Keep using <sys/linux-syscalls.h> on ARM for now because the __NR_ARM_set_tls and __NR_ARM_cacheflush values aren't in <asm/unistd.h>. Change-Id: I66683950d87d9b18d6107d0acc0ed238a4496f44
* [MIPS] Add support for MIPS syscallsRaghu Gandham2012-05-091-0/+22
Change-Id: I4deba67e15c865c4c2db03064c04098a09828ea6 Signed-off-by: Raghu Gandham <raghu@mips.com> Signed-off-by: Chris Dearman <chris@mips.com>