diff options
author | Chen Zhou <[email protected]> | 2020-01-09 09:23:03 +0800 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2020-01-09 21:16:42 +0000 |
commit | 8801eb48400675332ce082a754ffc687b283595e (patch) | |
tree | ca98f0c18fc8e949b41c74ded07a1e3cd678a6b4 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | 5c34ba27cbbbfa61e6491309451d7bfc91507cac (diff) |
drm/i915/gtt: add missing include file asm/smp.h
Fix build error:
drivers/gpu/drm/i915/gt/intel_ggtt.c: In function ggtt_restore_mappings:
drivers/gpu/drm/i915/gt/intel_ggtt.c:1239:3: error:
implicit declaration of function wbinvd_on_all_cpus; did you mean wrmsr_on_cpus? [-Werror=implicit-function-declaration]
wbinvd_on_all_cpus();
^~~~~~~~~~~~~~~~~~
wrmsr_on_cpus
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Chen Zhou <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions