On Thu, 24 Mar 2011 19:55:59 +0000, Chris Wilson <[email protected]> 
wrote:

> -             if (W && !in_dbg_master()) msleep(W);                   \
> +             if (W && !(in_dbg_master() || in_atomic())) msleep(W);  \

If the MSLEEP macro were ever used, would it need the same fix?

wait_for_atomic is never used, so perhaps the _wait_for macro should
just be renamed wait_for and the W hard-coded to 1.

As a simple fix though,

Reviewed-by: Keith Packard <[email protected]>

-- 
[email protected]

Attachment: pgpLRhkv5NmEr.pgp
Description: PGP signature

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to