All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Remove extraneous kcmp syscall ignore
@ 2014-02-14 18:38 ` Christopher Covington
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Covington @ 2014-02-14 18:38 UTC (permalink / raw)
  To: Russell King
  Cc: Al Viro, linux-arm-kernel, linux-kernel, Christopher Covington

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 */
-- 
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by the Linux Foundation.


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: Remove extraneous kcmp syscall ignore
@ 2014-02-14 18:38 ` Christopher Covington
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Covington @ 2014-02-14 18:38 UTC (permalink / raw)
  To: linux-arm-kernel

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 */
-- 
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by the Linux Foundation.

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: Remove extraneous kcmp syscall ignore
  2014-02-14 18:38 ` Christopher Covington
@ 2014-03-19 17:02   ` Christopher Covington
  -1 siblings, 0 replies; 4+ messages in thread
From: Christopher Covington @ 2014-03-19 17:02 UTC (permalink / raw)
  To: Russell King
  Cc: Christopher Covington, Al Viro, linux-arm-kernel, linux-kernel

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

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by the Linux Foundation.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: Remove extraneous kcmp syscall ignore
@ 2014-03-19 17:02   ` Christopher Covington
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Covington @ 2014-03-19 17:02 UTC (permalink / raw)
  To: linux-arm-kernel

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

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by the Linux Foundation.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-19 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14 18:38 [PATCH] ARM: Remove extraneous kcmp syscall ignore Christopher Covington
2014-02-14 18:38 ` Christopher Covington
2014-03-19 17:02 ` Christopher Covington
2014-03-19 17:02   ` Christopher Covington

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.