Files
mckernel/kernel/include
Dominique Martinet 7366da4390 Fix other warnings
Most were harmless, but the change to ACCESS_ONCE from volatile
cast is probably useful.
Expanding macro, we basically went from:
    m = (volatile struct sdma_vl_map *)dd->sdma_map;
to
    m = *(volatile struct sdma_vl_map **)&(dd->sdma_map);
i.e. the explicit lookup is at a different level.
2018-06-13 00:31:35 +09:00
..
2018-06-13 00:31:35 +09:00
2013-11-14 17:40:59 +09:00
2012-05-08 18:32:43 +09:00
2017-09-05 15:06:27 +09:00
2017-09-07 22:20:22 +09:00
2018-02-06 10:40:12 +09:00
2018-06-13 00:31:35 +09:00
2015-03-19 16:36:57 +09:00
2017-07-08 18:12:01 +09:00
2016-02-29 19:23:01 +09:00
2016-02-29 19:23:01 +09:00
2016-02-19 15:25:05 +09:00
2015-10-13 23:04:08 +09:00
2012-04-23 14:25:21 +09:00
2018-02-22 09:37:48 +09:00