Revert "arm64: compat: Wire up new AArch32 syscalls"

The scheduler changes that this depends on have been temporarily
removed while an audio regression is investigated. Currently, it looks
like there may be additional missing commits that need to be pulled.
Once the audio regressions have been corrected, this should be pulled
back in.

This reverts commit c9bd306f33.

Change-Id: Ic12f0911a4dd3469d4760c324b1499a8440feb48
Signed-off-by: Ian Maund <imaund@codeaurora.org>
This commit is contained in:
Ian Maund 2014-05-01 18:19:41 -07:00
parent 32e5112c82
commit 6a5603937a
1 changed files with 1 additions and 4 deletions

View File

@ -399,10 +399,7 @@ __SYSCALL(374, compat_sys_sendmmsg)
__SYSCALL(375, sys_setns)
__SYSCALL(376, compat_sys_process_vm_readv)
__SYSCALL(377, compat_sys_process_vm_writev)
__SYSCALL(378, sys_kcmp)
__SYSCALL(379, sys_finit_module)
__SYSCALL(380, sys_sched_setattr)
__SYSCALL(381, sys_sched_getattr)
__SYSCALL(378, sys_ni_syscall) /* 378 for kcmp */
#define __NR_compat_syscalls 379