Re: [PATCH v2 10/11] sh: mm: Convert to GENERIC_IOREMAP

From: Christoph Hellwig
Date: Sun Aug 21 2022 - 03:06:45 EST


> +void __iomem *
> +arch_ioremap(phys_addr_t *paddr, size_t size, unsigned long *prot_val);
> +#define arch_ioremap arch_ioremap

Shouldn't this still be under CONFIG_MMU?