jhb
07f4bcbf2f
Fix some harmless type mismatches in the ARM atomic_cmpset implementations.
...
The return value of atomic_cmpset() and atomic_fcmpset() is an int (which
is really a bool) that has the values 0 or 1. Some of the inlines were
using the type being operated on (e.g. uint32_t) as either the return type
of the function, or the type of a local 'ret' variable used to hold the
return value. Fix all of these to just use plain 'int'. Due to C promotion
rules and the fact that the value can only be 0 or 1, these should all be
harmless.
Reviewed by: imp (only the v4 ones)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D15147
2018-04-23 16:50:37 +00:00
..
2017-11-18 14:26:50 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-20 19:43:44 +00:00
2017-11-27 15:04:10 +00:00
2018-02-23 04:04:25 +00:00
2017-11-27 15:04:10 +00:00
2017-11-20 19:43:44 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2018-04-23 16:50:37 +00:00
2018-04-23 16:50:37 +00:00
2017-12-20 20:41:51 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-05 16:52:54 +00:00
2017-11-05 16:52:54 +00:00
2016-05-25 19:44:26 +00:00
2017-11-27 15:04:10 +00:00
2018-01-27 11:19:41 +00:00
2018-04-16 13:52:23 +00:00
2016-05-29 17:35:38 +00:00
2017-11-27 15:04:10 +00:00
2016-10-13 06:56:23 +00:00
2017-11-27 15:04:10 +00:00
2017-11-20 19:43:44 +00:00
2017-11-20 19:43:44 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-20 19:43:44 +00:00
2017-11-18 14:26:50 +00:00
2017-11-27 15:04:10 +00:00
2018-03-06 14:28:37 +00:00
2017-11-20 19:43:44 +00:00
2017-11-20 19:43:44 +00:00
2018-04-03 21:17:19 +00:00
2017-11-27 15:04:10 +00:00
2017-11-20 19:43:44 +00:00
2017-10-16 12:53:54 +00:00
2017-11-20 19:43:44 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-18 14:26:50 +00:00
2017-11-27 15:04:10 +00:00
2018-01-27 11:19:41 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-07-11 16:30:16 +00:00
2016-04-22 06:32:27 +00:00
2017-09-19 23:41:55 +00:00
2017-06-13 12:07:18 +00:00
2017-11-20 19:43:44 +00:00
2017-11-27 15:04:10 +00:00
2017-11-18 14:26:50 +00:00
2017-11-18 14:26:50 +00:00
2017-11-27 15:04:10 +00:00
2016-02-19 09:23:32 +00:00
2017-07-27 23:14:17 +00:00
2017-09-14 15:03:43 +00:00
2017-03-24 11:46:49 +00:00
2017-11-18 14:26:50 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-20 19:43:44 +00:00
2016-04-15 16:05:41 +00:00
2017-12-25 20:54:00 +00:00
2017-11-27 15:04:10 +00:00
2017-12-14 13:19:43 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2017-11-27 15:04:10 +00:00
2018-01-19 22:17:13 +00:00