linux-stable/arch/mips/sgi-ip30
Mike Rapoport 3ecc68349b memblock: rename memblock_free to memblock_phys_free
Since memblock_free() operates on a physical range, make its name
reflect it and rename it to memblock_phys_free(), so it will be a
logical counterpart to memblock_phys_alloc().

The callers are updated with the below semantic patch:

    @@
    expression addr;
    expression size;
    @@
    - memblock_free(addr, size);
    + memblock_phys_free(addr, size);

Link: https://lkml.kernel.org/r/20210930185031.18648-6-rppt@kernel.org
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Juergen Gross <jgross@suse.com>
Cc: Shahab Vahedi <Shahab.Vahedi@synopsys.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-11-06 13:30:41 -07:00
..
Makefile
Platform MIPS: Only include the platform file needed 2020-05-13 00:17:18 +02:00
ip30-common.h MIPS: SGI-IP30: Move irq bits to better header files 2020-09-21 22:15:49 +02:00
ip30-console.c
ip30-irq.c mips: Bulk conversion to generic_handle_domain_irq() 2021-08-12 11:39:40 +01:00
ip30-power.c
ip30-setup.c memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
ip30-smp.c
ip30-timer.c
ip30-xtalk.c