mjg 62572cdcfe locks: fix a long standing bug for primitives with kdtrace but without spinning
In such a case the second argument to lock_delay_arg_init was NULL which was
immediately causing a null pointer deref.

Since the sructure is only used for spin count, provide a dedicate routine
initializing it.

Reported by:	andrew
2020-07-23 17:26:53 +00:00
..
2020-07-22 22:51:14 +00:00
2020-07-18 07:35:34 +00:00
2020-06-21 03:39:26 +00:00
2020-06-04 17:20:58 +00:00
2020-05-23 17:51:06 +00:00
2020-07-22 22:51:14 +00:00
2020-06-21 02:49:56 +00:00
2020-07-22 12:30:31 +00:00