Files
mckernel/kernel
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
2014-03-30 16:14:19 +09:00
2017-10-18 09:20:51 +09:00
2018-06-13 00:31:35 +09:00
2017-09-05 15:06:27 +09:00
2016-03-08 15:19:03 +09:00
2013-06-06 11:53:30 -05:00
2017-09-04 08:53:32 +09:00
2018-06-13 00:31:35 +09:00
2018-06-13 00:31:35 +09:00
2018-06-13 00:31:35 +09:00
2018-02-22 09:37:48 +09:00