From: Eugene Syromyatnikov Date: Mon, 24 Sep 2018 18:35:18 +0000 (+0200) Subject: arm: add a comment that __ARM_NR_cmpxchg was removed in 4.4 X-Git-Tag: v4.26~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca2121efef9bdd7d7ab339ed8d28221dd7552317;p=strace arm: add a comment that __ARM_NR_cmpxchg was removed in 4.4 * linux/arm/syscallent.h: Add a comment about __ARM_NR_cmpxchg. --- diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index 298e6a49..48304acd 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -440,6 +440,7 @@ * __ARM_NR_cmpxchg (0x000ffff0). * Remapped by shuffle_scno() to be directly after ordinary syscalls * in this table. + * Removed in v4.4-rc1~163^2^3~13. */ [ARM_FIRST_SHUFFLED_SYSCALL ] = { 5, 0, SEN(printargs), "cmpxchg" },