arm64: Fixup __NR_* compat syscalls count.
authorJP Abgrall <jpa@google.com>
Thu, 18 Sep 2014 02:26:43 +0000 (19:26 -0700)
committerJP Abgrall <jpa@google.com>
Thu, 18 Sep 2014 02:26:43 +0000 (19:26 -0700)
Should have gone in the cherry-pick
  cfc7e99e9e3900056028a7d90072e9ea0d886f8d
   arm64: Add __NR_* definitions for compat syscalls

Change-Id: I69a69e4b1f206aad4ece1a8b06f9e23e99adcbfb

arch/arm64/include/asm/unistd.h

index 38f8799a3d311a16f8661e06dc64630efad06508..a8f8f6992987bcebddc3863dc2b9a47f0c22797c 100644 (file)
@@ -40,7 +40,7 @@
 #define __ARM_NR_compat_cacheflush     (__ARM_NR_COMPAT_BASE+2)
 #define __ARM_NR_compat_set_tls                (__ARM_NR_COMPAT_BASE+5)
 
-#define __NR_compat_syscalls           383
+#define __NR_compat_syscalls           378
 #endif
 
 #define __ARCH_WANT_SYS_CLONE