diff options
author | Christopher Covington <cov@codeaurora.org> | 2014-03-19 13:12:25 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-03-19 16:20:37 -0400 |
commit | 95c52fe063351192e0f4ffb70ef9bac1aa26f5a4 (patch) | |
tree | 60fa9ae37139c6a15195f0592ccabd218a807213 /arch | |
parent | 38e0b088d322e5762ac21fb4df433e83faf128eb (diff) |
ARM: 8007/1: Remove extraneous kcmp syscall ignore
The kcmp system call was ported to ARM in
commit 3f7d1fe108dbaefd0c57a41753fc2c90b395f458
"ARM: 7665/1: Wire up kcmp syscall".
Fixes: 3f7d1fe108db ("ARM: 7665/1: Wire up kcmp syscall")
Signed-off-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index acabef1a75df..43876245fc57 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h | |||
@@ -48,6 +48,5 @@ | |||
48 | */ | 48 | */ |
49 | #define __IGNORE_fadvise64_64 | 49 | #define __IGNORE_fadvise64_64 |
50 | #define __IGNORE_migrate_pages | 50 | #define __IGNORE_migrate_pages |
51 | #define __IGNORE_kcmp | ||
52 | 51 | ||
53 | #endif /* __ASM_ARM_UNISTD_H */ | 52 | #endif /* __ASM_ARM_UNISTD_H */ |