summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/offset.h2
-rw-r--r--include/asm-mips/unistd.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/offset.h b/include/asm-mips/offset.h
index be9c36b06..d807d8e82 100644
--- a/include/asm-mips/offset.h
+++ b/include/asm-mips/offset.h
@@ -80,7 +80,7 @@
/* Linux mm_struct offsets. */
#define MM_USERS 16
#define MM_PGD 12
-#define MM_CONTEXT 64
+#define MM_CONTEXT 68
/* Linux sigcontext offsets. */
#define SC_REGS 16
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h
index 8ce76977a..ff127260c 100644
--- a/include/asm-mips/unistd.h
+++ b/include/asm-mips/unistd.h
@@ -1015,7 +1015,7 @@
#define __NR_ptrace (__NR_Linux + 26)
#define __NR_alarm (__NR_Linux + 27)
#define __NR_oldfstat (__NR_Linux + 28)
-#define __NR_unused29 (__NR_Linux + 29)
+#define __NR_pause (__NR_Linux + 29)
#define __NR_utime (__NR_Linux + 30)
#define __NR_stty (__NR_Linux + 31)
#define __NR_gtty (__NR_Linux + 32)