diff mbox

ARM: Remove extraneous kcmp syscall ignore

Message ID 1392403099-13411-1-git-send-email-cov@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Christopher Covington Feb. 14, 2014, 6:38 p.m. UTC
The kcmp system call was ported to ARM in
commit 3f7d1fe108dbaefd0c57a41753fc2c90b395f458
"ARM: 7665/1: Wire up kcmp syscall".

Signed-off-by: Christopher Covington <cov@codeaurora.org>
---
 arch/arm/include/asm/unistd.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Christopher Covington March 19, 2014, 5:02 p.m. UTC | #1
On 02/14/2014 01:38 PM, Christopher Covington wrote:
> The kcmp system call was ported to ARM in
> commit 3f7d1fe108dbaefd0c57a41753fc2c90b395f458
> "ARM: 7665/1: Wire up kcmp syscall".
> 
> Signed-off-by: Christopher Covington <cov@codeaurora.org>
> ---
>  arch/arm/include/asm/unistd.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h
> index 141baa3..cbd6197 100644
> --- 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 */

Seeing no objections, will add to the patch tracker.

Christopher
diff mbox

Patch

diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h
index 141baa3..cbd6197 100644
--- 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 */