drm/amdgpu: Wrap clflush_cache_range with x86 ifdef
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Wed, 4 Mar 2020 18:07:00 +0000 (13:07 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Mar 2020 05:33:30 +0000 (00:33 -0500)
commit6863d60732acf57c86e70558640ae357a83bce0f
tree050f984d0750426339a983d5130ccc40877064a5
parent57430471e2fa60a412e220fa3014567e792aaa6f
drm/amdgpu: Wrap clflush_cache_range with x86 ifdef

To avoid compile errors on other platforms.

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c