arm: add a comment that __ARM_NR_cmpxchg was removed in 4.4

* linux/arm/syscallent.h: Add a comment about __ARM_NR_cmpxchg.
This commit is contained in:
Eugene Syromyatnikov 2018-09-24 20:35:18 +02:00 committed by Dmitry V. Levin
parent 2482e7caba
commit ca2121efef

View File

@ -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" },