linux/arm/syscallent.h: Add a comment that __ARM_NR_cmpxchg was removed in 4.4

This commit is contained in:
Eugene Syromyatnikov
2018-09-24 20:35:18 +02:00
parent c3e1c57045
commit bca69f9e39

View File

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