summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/signal.c4
-rw-r--r--arch/mips/kernel/syscalls.h5
-rw-r--r--arch/mips/kernel/sysirix.c4
-rw-r--r--arch/mips/kernel/sysmips.c4
4 files changed, 10 insertions, 7 deletions
diff --git a/arch/mips/kernel/signal.c b/arch/mips/kernel/signal.c
index 5142258a3..a912be2e1 100644
--- a/arch/mips/kernel/signal.c
+++ b/arch/mips/kernel/signal.c
@@ -1,4 +1,4 @@
-/* $Id: signal.c,v 1.23 1999/10/09 00:00:58 ralf Exp $
+/* $Id: signal.c,v 1.24 2000/02/04 07:40:23 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -22,7 +22,7 @@
#include <asm/asm.h>
#include <asm/bitops.h>
-#include <asm/pgtable.h>
+#include <asm/pgalloc.h>
#include <asm/stackframe.h>
#include <asm/uaccess.h>
#include <asm/ucontext.h>
diff --git a/arch/mips/kernel/syscalls.h b/arch/mips/kernel/syscalls.h
index be6f4691a..66aa9ff50 100644
--- a/arch/mips/kernel/syscalls.h
+++ b/arch/mips/kernel/syscalls.h
@@ -1,4 +1,4 @@
-/* $Id: syscalls.h,v 1.19 2000/01/29 01:41:59 ralf Exp $
+/* $Id: syscalls.h,v 1.20 2000/02/04 07:40:23 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -228,3 +228,6 @@ SYS(sys_ni_syscall, 0)
SYS(sys_mmap2, 6) /* 4210 */
SYS(sys_truncate64, 2)
SYS(sys_ftruncate64, 2)
+SYS(sys_stat64, 3)
+SYS(sys_lstat64, 3)
+SYS(sys_fstat64, 3) /* 4215 */
diff --git a/arch/mips/kernel/sysirix.c b/arch/mips/kernel/sysirix.c
index acec2b569..362d6a760 100644
--- a/arch/mips/kernel/sysirix.c
+++ b/arch/mips/kernel/sysirix.c
@@ -1,4 +1,4 @@
-/* $Id: sysirix.c,v 1.22 1999/12/04 03:59:00 ralf Exp $
+/* $Id: sysirix.c,v 1.23 2000/02/04 07:40:23 ralf Exp $
*
* sysirix.c: IRIX system call emulation.
*
@@ -27,7 +27,7 @@
#include <asm/ptrace.h>
#include <asm/page.h>
-#include <asm/pgtable.h>
+#include <asm/pgalloc.h>
#include <asm/uaccess.h>
#include <asm/sgialib.h>
#include <asm/inventory.h>
diff --git a/arch/mips/kernel/sysmips.c b/arch/mips/kernel/sysmips.c
index 21ffd92e6..870cdac2d 100644
--- a/arch/mips/kernel/sysmips.c
+++ b/arch/mips/kernel/sysmips.c
@@ -7,7 +7,7 @@
*
* Copyright (C) 1995, 1996, 1997 by Ralf Baechle
*
- * $Id: sysmips.c,v 1.6 1998/08/25 09:14:42 ralf Exp $
+ * $Id: sysmips.c,v 1.7 1999/10/09 00:00:58 ralf Exp $
*/
#include <linux/errno.h>
#include <linux/linkage.h>
@@ -19,7 +19,7 @@
#include <linux/utsname.h>
#include <asm/cachectl.h>
-#include <asm/pgtable.h>
+#include <asm/pgalloc.h>
#include <asm/sysmips.h>
#include <asm/uaccess.h>