drm/i915/dmabuf: fix broken build
authorMatthew Auld <matthew.auld@intel.com>
Thu, 21 Oct 2021 12:53:31 +0000 (13:53 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 28 Oct 2021 01:35:06 +0000 (21:35 -0400)
commit5740211ea442dbfd143093f8eea39faba186042f
treed52741a28a9fe412de3ca3af78c15929c2c091ec
parentab0f0c79d1a6c5832d8464804e773103e3e12fea
drm/i915/dmabuf: fix broken build

wbinvd_on_all_cpus() is only defined on x86 it seems, plus we need to
include asm/smp.h here.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211021125332.2455288-1-matthew.auld@intel.com
(cherry picked from commit 777226dac058d119286b4081953cb5aa2cb7394b)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c