summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorSeongjun Hong <hsj0512@snu.ac.kr>2026-07-01 14:06:33 +0000
committerVlastimil Babka (SUSE) <vbabka@kernel.org>2026-07-08 18:31:27 +0200
commit0125c783248707a50819c1423cba8dc455b27612 (patch)
tree0e8a2e304935ee971f8369b6b0578b087b366e2a /scripts/stackusage
parenta561e19e76ef1ebf3f9a56977dfe87526b37146c (diff)
downloadlinux-next-0125c783248707a50819c1423cba8dc455b27612.tar.gz
linux-next-0125c783248707a50819c1423cba8dc455b27612.zip
slab: remove unused SL_CPU slab_stat_type
Since the removal of the per-cpu slab in commit 32c894c7274b ("slab: remove struct kmem_cache_cpu"), show_slab_objects() no longer has a branch handling SO_CPU, so cpu_slabs_show() always produces "0". Emit "0\n" directly instead, matching the sibling cpu_partial and slabs_cpu_partial stubs, and remove the now-unused SO_CPU macro and SL_CPU enum value. No functional change intended; the cpu_slabs sysfs attribute continues to read 0. Signed-off-by: Seongjun Hong <hsj0512@snu.ac.kr> Reviewed-by: Harry Yoo (Oracle) <harry@kernel.org> Reviewed-by: Hao Li <hao.li@linux.dev> Link: https://patch.msgid.link/20260701140634.71608-1-hsj0512@snu.ac.kr Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions