Andre Przywara
878a84d5a8
arm64: add missing data types in smp_load_acquire/smp_store_release
...
Commit 8053871d0f
("smp: Fix smp_call_function_single_async()
locking") introduced a call to smp_load_acquire() with a u16 argument,
but we only cared about u32 and u64 types in that function so far.
This resulted in a compiler warning fortunately, pointing at an
uninitialized use. Due to the implementation structure the compiler
misses that bug in the smp_store_release(), though.
Add the u16 and u8 variants using ldarh/stlrh and ldarb/stlrb,
respectively. Together with the compiletime_assert_atomic_type() check
this should cover all cases now.
Acked-by: Will Deacon <will.deacon@arm.com >
Signed-off-by: Andre Przywara <andre.przywara@arm.com >
Signed-off-by: Will Deacon <will.deacon@arm.com >
2015-04-27 11:39:04 +01:00
..
2014-12-04 12:41:53 +00:00
2015-03-25 11:49:30 +00:00
2015-03-26 15:13:11 +00:00
2014-11-25 15:56:21 +00:00
2014-12-04 10:28:24 +00:00
2015-01-07 11:40:59 +00:00
2015-03-27 13:44:35 +00:00
2012-09-17 10:24:44 +01:00
2015-03-19 19:46:01 +00:00
2014-10-03 06:06:23 +02:00
2015-04-27 11:39:04 +01:00
2014-04-18 11:40:33 +02:00
2014-12-22 16:47:32 +00:00
2014-12-03 10:19:35 +00:00
2015-01-22 14:54:29 +00:00
2015-01-15 11:55:07 +00:00
2015-03-24 18:02:55 +00:00
2015-02-02 16:44:39 +00:00
2012-09-17 13:42:21 +01:00
2015-03-25 11:52:42 +00:00
2015-01-07 11:40:58 +00:00
2015-04-01 10:24:31 +01:00
2015-03-24 10:16:09 +01:00
2015-01-23 17:11:44 +00:00
2014-09-25 15:35:41 +01:00
2014-12-04 12:41:49 +00:00
2015-03-31 16:28:44 +01:00
2014-11-05 09:03:25 +01:00
2015-01-22 14:59:25 +00:00
2015-04-14 16:49:05 -07:00
2015-03-12 22:34:43 +01:00
2013-03-26 16:02:23 +00:00
2012-09-17 13:42:21 +01:00
2012-09-17 13:42:04 +01:00
2015-04-24 08:23:45 -07:00
2014-05-08 11:31:57 +02:00
2015-01-29 17:24:39 +00:00
2014-05-29 09:08:33 +01:00
2014-02-07 16:46:07 +00:00
2015-01-23 18:06:47 +00:00
2013-06-14 09:52:40 +01:00
2014-08-28 20:01:36 +01:00
2014-11-17 10:43:42 +00:00
2013-06-07 10:39:45 +00:00
2015-03-30 11:03:42 +01:00
2015-01-23 14:13:14 +00:00
2014-10-21 17:01:07 +01:00
2015-03-26 15:13:07 +00:00
2014-02-26 11:16:25 +00:00
2015-04-09 09:40:23 +02:00
2014-12-15 17:30:09 -08:00
2014-09-25 15:35:41 +01:00
2015-04-07 18:09:20 +02:00
2015-01-16 14:42:48 +01:00
2014-07-11 04:57:44 -07:00
2015-02-13 09:55:09 -08:00
2015-03-12 22:34:43 +01:00
2015-03-30 17:07:19 +01:00
2015-04-16 13:58:29 -05:00
2014-04-30 04:18:57 -07:00
2012-10-20 11:12:01 +01:00
2012-09-17 13:41:56 +01:00
2015-01-23 14:13:14 +00:00
2015-04-16 13:58:29 -05:00
2015-01-12 16:29:32 +00:00
2012-09-17 13:42:19 +01:00
2014-05-08 11:31:57 +02:00
2014-11-20 16:33:45 +00:00
2015-04-16 13:58:29 -05:00
2015-03-25 11:49:31 +00:00
2015-03-24 18:02:55 +00:00
2013-01-29 16:56:17 +00:00
2015-04-14 16:49:01 -07:00
2015-04-16 13:58:29 -05:00
2015-04-14 16:49:01 -07:00
2015-04-14 16:49:01 -07:00
2015-03-24 15:09:47 +00:00
2015-04-16 13:58:29 -05:00
2015-03-17 10:17:29 +00:00
2015-03-25 11:49:31 +00:00
2015-01-23 17:11:44 +00:00
2014-11-28 10:24:59 +00:00
2012-09-17 13:42:07 +01:00
2014-08-06 12:56:16 +02:00
2015-03-17 16:58:24 +00:00
2015-03-25 11:52:42 +00:00
2014-08-19 20:23:02 +01:00
2013-10-25 16:10:22 +01:00
2014-12-18 09:54:40 +01:00
2014-07-09 12:23:48 +01:00
2012-09-17 10:24:46 +01:00
2012-10-11 11:05:13 +01:00
2014-05-23 15:17:12 +01:00
2015-01-27 11:35:33 +00:00
2013-06-07 10:39:45 +00:00
2014-07-10 11:06:00 +01:00
2014-07-25 13:12:15 +01:00
2013-07-19 15:57:08 +01:00
2015-04-12 20:58:24 +02:00
2013-06-10 17:58:20 +01:00
2015-04-14 16:49:01 -07:00
2015-03-14 10:48:30 +00:00
2014-05-16 17:12:04 +01:00
2014-11-20 16:33:43 +00:00
2015-01-13 15:23:53 +02:00
2015-03-19 10:43:51 +00:00
2015-02-11 18:03:54 -08:00
2012-09-17 13:42:09 +01:00
2012-09-17 13:42:09 +01:00
2014-07-11 04:57:35 -07:00
2013-12-19 17:43:08 +00:00