projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38e0b08
)
ARM: 8007/1: Remove extraneous kcmp syscall ignore
author
Christopher Covington
<cov@codeaurora.org>
Wed, 19 Mar 2014 17:12:25 +0000
(18:12 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 19 Mar 2014 20:20:37 +0000
(20:20 +0000)
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>
arch/arm/include/asm/unistd.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/unistd.h
b/arch/arm/include/asm/unistd.h
index acabef1a75df00637def7a94af9f1425d281b7f0..43876245fc5707780115c36d67d1843fce0cf6bf 100644
(file)
--- a/
arch/arm/include/asm/unistd.h
+++ b/
arch/arm/include/asm/unistd.h
@@
-48,6
+48,5
@@
*/
#define __IGNORE_fadvise64_64
#define __IGNORE_migrate_pages
-#define __IGNORE_kcmp
#endif /* __ASM_ARM_UNISTD_H */