[PATCH v4 07/15] drivers/usb: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Fri May 19 02:41:12 PDT 2023
On Thu, May 18, 2023 at 06:33:55PM +0100, Catalin Marinas wrote:
> ARCH_DMA_MINALIGN represents the minimum (static) alignment for safe DMA
> operations while ARCH_KMALLOC_MINALIGN is the minimum kmalloc() objects
> alignment.
>
> Signed-off-by: Catalin Marinas <catalin.marinas at arm.com>
> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
More information about the linux-arm-kernel
mailing list