linux/arch/arm/mach-versatile
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
headsmp.S ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
hotplug.c ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
integrator-cm.h ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
integrator-hardware.h ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
integrator.c ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
integrator.h ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
integrator_ap.c syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
integrator_cp.c ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
Kconfig arm: vexpress: Remove obsolete RTSM DCSCB support 2024-05-29 23:25:11 +01:00
Makefile arm: vexpress: Remove obsolete RTSM DCSCB support 2024-05-29 23:25:11 +01:00
platsmp-realview.c ARM: versatile: fix OF node leak in CPUs prepare 2024-09-02 10:18:43 +02:00
platsmp-vexpress.c ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
platsmp.c ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
platsmp.h ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
realview.c ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) support 2023-12-22 11:43:16 +00:00
spc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
spc.h ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
tc2_pm.c ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
v2m-mps2.c ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
v2m.c ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00
versatile.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
vexpress.h ARM: versatile: move integrator/realview/vexpress to versatile 2022-04-04 10:22:37 +02:00