Bradley Bolen 9c3264ce40 atomic-long: Fix warnings on arm64
Several inline functions in this file reference undefined functions in
U-Boot.  For example:

atomic-long.h:73:9: warning: implicit declaration of function
'atomic64_sub_and_test'
atomic-long.h:80:9: warning: implicit declaration of function
'atomic64_dec_and_test'
atomic-long.h:87:9: warning: implicit declaration of function
'atomic64_inc_and_test'

Handle this the same as the 32 bit build by wrapping these functions in
a __UBOOT__ check.

Signed-off-by: Bradley Bolen <bradleybolen@gmail.com>
2018-01-28 09:39:05 -05:00
..
2017-07-03 17:35:28 -04:00
2017-11-28 16:08:52 +01:00
2018-01-22 23:09:14 +01:00
2017-09-16 14:57:44 +08:00
2017-10-02 21:52:18 -04:00
2017-09-15 05:27:47 -06:00
2017-07-28 23:34:39 +02:00
2017-08-17 16:59:55 +09:00
2018-01-22 23:09:14 +01:00
2018-01-22 23:09:14 +01:00
2018-01-22 23:09:14 +01:00
2017-08-16 08:30:24 -04:00
2018-01-22 16:43:31 -05:00
2017-10-02 21:52:18 -04:00
2017-11-07 10:26:27 +01:00
2017-09-03 15:30:35 -04:00
2017-07-23 09:24:47 -04:00
2017-12-07 15:17:00 -05:00
2017-11-28 21:59:30 +01:00
2017-12-04 22:00:00 +09:00
2017-11-28 21:59:30 +01:00
2017-12-07 15:17:00 -05:00
2017-07-28 23:34:07 +02:00
2017-08-17 16:59:55 +09:00
2017-08-23 10:41:58 +02:00
2017-08-16 08:22:18 -04:00
2018-01-24 12:04:07 +05:30
2018-01-24 12:04:07 +05:30
2017-12-12 19:53:45 -07:00
2017-10-01 16:32:51 +02:00
2017-08-24 11:00:47 +08:00
2017-10-04 12:00:19 -04:00