summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2010-07-22 03:20:25 +0200
committerRalf Baechle <ralf@linux-mips.org>2010-07-26 20:08:17 +0200
commit31c984a5acabea5d8c7224dc226453022be46f33 (patch)
tree100d662d09da6981d7fc83abfda1052449cd1de8 /arch/mips/kernel
parentMIPS: MTX-1: Fix PCI on the MeshCube and related boards (diff)
downloadlinux-31c984a5acabea5d8c7224dc226453022be46f33.tar.xz
linux-31c984a5acabea5d8c7224dc226453022be46f33.zip
MIPS: N32: Define getdents64.
As a relativly new ABI N32 should only have received the getdents64(2) but instead it only had getdents(2). This was noticed as a performance anomaly in glibc. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/scall64-n32.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S
index a5297e2a353a..a4faceea9d88 100644
--- a/arch/mips/kernel/scall64-n32.S
+++ b/arch/mips/kernel/scall64-n32.S
@@ -419,4 +419,5 @@ EXPORT(sysn32_call_table)
PTR sys_perf_event_open
PTR sys_accept4
PTR compat_sys_recvmmsg
+ PTR sys_getdents
.size sysn32_call_table,.-sysn32_call_table