On Mon, Oct 18, 2021 at 1:40 PM Christian König
<christian.koenig@xxxxxxx> wrote:
This is just a missing "#include <linux/vmalloc.h>". It must beThen why vmap isn't available?I have absolutely no idea how a platform can have IOMMU but no MMUHuh?
support but it indeed seems to be the case here.
Parisc has config MMU def_bool y?
See the mail thread: [linux-next:master 3576/7806]
drivers/gpu/drm/msm/msm_gem.c:624:20: error: implicit declaration of
function 'vmap'
included indirectly
on some architectures but not other.
Arnd