From: Oded Gabbay Date: Thu, 15 Jan 2015 10:01:10 +0000 (+0200) Subject: drm/amdkfd: Replace cpu_relax() with schedule() in DQM X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~38^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99331a51cc788cb60780278cf2d6b1105cf23828;p=pandora-kernel.git drm/amdkfd: Replace cpu_relax() with schedule() in DQM In order not to occupy the current core and thus prevent the core from servicing IOMMU PPR requests, this patch replaces the call in DQM to cpu_relax() with a call to schedule(). Signed-off-by: Oded Gabbay Acked-by: Alex Deucher --- Reading git-diff-tree failed