On 04/07/2016 10:32 AM, Emilio G. Cota wrote:
>      do {
> -        while (atomic_read(&spin->value));
> +        while (atomic_read(&spin->value)) {
> +            cpu_relax();
> +        }

Please just merge this with the previous patch.


r~

Reply via email to