linux/arch/mips/sgi-ip27
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
..
ip27-berr.c MIPS: sgi-ip27: Fix missing prototypes 2024-01-22 11:11:49 +01:00
ip27-common.h MIPS: sgi-ip27: Fix missing prototypes 2024-01-22 11:11:49 +01:00
ip27-console.c MIPS: SGI-IP27: Move all shared IP27 declarations to ip27-common.h 2020-01-09 15:30:03 -08:00
ip27-init.c mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
ip27-irq.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ip27-klconfig.c MIPS: SGI-IP27: use cpu physid already present while scanning for CPUs 2020-01-09 15:29:46 -08:00
ip27-klnuma.c MIPS: SGI-IP27: Move all shared IP27 declarations to ip27-common.h 2020-01-09 15:30:03 -08:00
ip27-memory.c mips: drop paging_init() 2026-01-26 20:02:19 -08:00
ip27-nmi.c MIPS: sgi-ip27: Fix missing prototypes 2024-01-22 11:11:49 +01:00
ip27-reset.c MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuff 2020-01-09 15:29:50 -08:00
ip27-smp.c MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes 2024-09-03 21:15:27 -07:00
ip27-timer.c MIPS: Move IP27 timer to request_percpu_irq() 2025-12-15 22:20:50 +01:00
ip27-xtalk.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
Kconfig MIPS: SGI-IP27: fix exception handler replication 2019-10-31 15:19:59 -07:00
Makefile MIPS: sgi-ip27: Fix missing prototypes 2024-01-22 11:11:49 +01:00
Platform MIPS: Only include the platform file needed 2020-05-13 00:17:18 +02:00