diff options
author | Michael Ellerman <[email protected]> | 2023-08-23 15:54:30 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-08-24 22:33:16 +1000 |
commit | fabdb27da78afb93b0a83c0579025cb8d05c0d2d (patch) | |
tree | b5746a1abcbe96c940d2ba12fc6cc32d2ee62df6 /drivers/misc/cxl/native.c | |
parent | 22b165617b779418166319a19fd926a9c6feb9a3 (diff) |
powerpc: Drop zalloc_maybe_bootmem()
The only callers of zalloc_maybe_bootmem() are PCI setup routines. These
used to be called early during boot before slab setup, and also during
runtime due to hotplug.
But commit 5537fcb319d0 ("powerpc/pci: Add ppc_md.discover_phbs()")
moved the boot-time calls later, after slab setup, meaning there's no
longer any need for zalloc_maybe_bootmem(), kzalloc() can be used in all
cases.
Reviewed-by: Christophe Leroy <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'drivers/misc/cxl/native.c')
0 files changed, 0 insertions, 0 deletions