On 12/2/19, John Baldwin wrote:
> On 11/30/19 11:33 AM, Mateusz Guzik wrote:
>> Author: mjg
>> Date: Sat Nov 30 19:33:02 2019
>> New Revision: 355241
>> URL: https://svnweb.freebsd.org/changeset/base/355241
>>
>> Log:
>> smp: cast the read in quiesce_all_critical through void *
>>
>> Fixes com
On 11/30/19 11:33 AM, Mateusz Guzik wrote:
> Author: mjg
> Date: Sat Nov 30 19:33:02 2019
> New Revision: 355241
> URL: https://svnweb.freebsd.org/changeset/base/355241
>
> Log:
> smp: cast the read in quiesce_all_critical through void *
>
> Fixes compilation on some 32-bit arm platforms.
>
Author: mjg
Date: Sat Nov 30 19:33:02 2019
New Revision: 355241
URL: https://svnweb.freebsd.org/changeset/base/355241
Log:
smp: cast the read in quiesce_all_critical through void *
Fixes compilation on some 32-bit arm platforms.
Sponsored by: The FreeBSD Foundation
Modified:
head/sy