Re: [EXTERNAL] Re: [PATCH] misc: mrvl-cn10k-dpi: resolve compilation issues on 32-bit ARM
From: Arnd Bergmann
Date: Wed Jul 17 2024 - 07:50:53 EST
On Wed, Jul 17, 2024, at 13:45, Vamsi Krishna Attunuru wrote:
>
> Neither of them worked in our case, HW folks also confirmed that only
> 64bit access work correctly.
> I will just include the header that address the compilation errors with
> ARCH=arm, anyways nobody
> will use this driver on 32-bit kernel.
Please just use a Kconfig dependency then. If the device
requires 64-bit register access, then the driver should not
use the fallback.
Arnd