mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-05 06:17:53 +00:00
If GPU error interrupt detected, related device will be destroyed. In the destory function, device_idle and mutex_lock may cause sleep, which may cause kernel crash, so delay the device destroy to the workqueue to avoid this. Signed-off-by: Jie Zhou <b30303@freescale.com>