aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorHeiko Carstens <[email protected]>2022-11-30 19:43:28 +0100
committerAlexander Gordeev <[email protected]>2022-12-06 16:18:26 +0100
commitbb3860cc02c660b409a1e02521b84b1d7d4e84cd (patch)
treec787504a45ab48437b3aa2316e9fa558fe937d4f /drivers/fpga/fpga-mgr.c
parent742aed05af97dc5ba6c53a4b6cb6a7b31e32f9e9 (diff)
s390/nmi: get rid of private slab cache
Get rid of private "nmi_save_areas" slab cache. The only reason this was introduced years ago was that with some slab debugging options allocations would only guarantee a minimum alignment of ARCH_KMALLOC_MINALIGN, which was eight bytes back then. This is not sufficient for the extended machine check save area. However since commit 59bb47985c1d ("mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)") kmalloc guarantees a power-of-two alignment even with debugging options enabled. Therefore the private slab cache can be removed. Reviewed-by: Alexander Gordeev <[email protected]> Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Alexander Gordeev <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions