[PATCH v1 1/2] cma: factor out minimum alignment requirement

Rob Herring robh+dt at kernel.org
Wed Feb 16 06:53:44 AEDT 2022


On Mon, Feb 14, 2022 at 11:42 AM David Hildenbrand <david at redhat.com> wrote:
>
> Let's factor out determining the minimum alignment requirement for CMA
> and add a helpful comment.
>
> No functional change intended.
>
> Signed-off-by: David Hildenbrand <david at redhat.com>
> ---
>  arch/powerpc/include/asm/fadump-internal.h |  5 -----
>  arch/powerpc/kernel/fadump.c               |  2 +-
>  drivers/of/of_reserved_mem.c               |  9 +++------

Acked-by: Rob Herring <robh at kernel.org>

>  include/linux/cma.h                        |  9 +++++++++
>  kernel/dma/contiguous.c                    |  4 +---
>  mm/cma.c                                   | 20 +++++---------------
>  6 files changed, 19 insertions(+), 30 deletions(-)


More information about the Linuxppc-dev mailing list