Augustin Cavalier cf344027f8 kernel: Add padding in mutex fields for equivalent KDEBUG/non-KDEBUG sizing.
Non-KDEBUG kernels and kernel add-ons use atomic operations to acquire
and release the locks inline, so non-KDEBUG kernels/addons are only
compatible with other non-KDEBUG kernels/addons.

Following this change, though, KDEBUG kernels/addons should be able
to run under non-KDEBUG kernels/addons, too, since they always call
into the actual kernel functions and do not inline anything of
consequence.
2019-09-13 22:02:52 -04:00
..
2013-05-01 19:52:00 -04:00
2019-02-19 18:33:25 +00:00
2019-08-30 18:16:02 -04:00
2015-01-17 17:02:40 +01:00
2018-03-07 18:04:31 -05:00
2015-08-27 11:51:57 +02:00
2017-11-24 21:35:49 +01:00