diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S
index a988b40e5945c901751b8a56ad1f17a88741b6e9..1b665928336bd547c166e6aff4a11b4d786bf620 100644
--- a/arch/i386/kernel/syscall_table.S
+++ b/arch/i386/kernel/syscall_table.S
@@ -307,3 +307,5 @@ ENTRY(sys_call_table)
 	.long sys_readlinkat		/* 305 */
 	.long sys_fchmodat
 	.long sys_faccessat
+	.long sys_pselect6
+	.long sys_ppoll
diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h
index 3400441b3f911b75c4822aa3ca9e401fd407f191..597496ed2aeea58efd01ee6f62b98cac6183747d 100644
--- a/include/asm-i386/unistd.h
+++ b/include/asm-i386/unistd.h
@@ -313,8 +313,10 @@
 #define __NR_readlinkat		305
 #define __NR_fchmodat		306
 #define __NR_faccessat		307
+#define __NR_pselect6		308
+#define __NR_ppoll		309
 
-#define NR_syscalls 308
+#define NR_syscalls 310
 
 /*
  * user-visible error numbers are in the range -1 - -128: see