Star64_linux/arch/x86
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
..
boot
configs
crypto crypto: x86/sm4 - Fix invalid section entry size 2021-10-22 20:23:01 +08:00
entry
events perf/x86/msr: Add Sapphire Rapids CPU support 2021-10-15 11:25:26 +02:00
hyperv
ia32
include * Fixes for s390 interrupt delivery 2021-10-31 11:19:02 -07:00
kernel memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
kvm * Fixes for s390 interrupt delivery 2021-10-31 11:19:02 -07:00
lib
math-emu
mm memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
net
pci
platform
power
purgatory
ras
realmode
tools
um
video
xen memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
.gitignore
Kbuild
Kconfig
Kconfig.assembler
Kconfig.cpu
Kconfig.debug
Makefile
Makefile.um
Makefile_32.cpu