]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/idle: Remove idle time and count sysfs files
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 13 May 2026 14:01:29 +0000 (16:01 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 15 Jun 2026 14:33:40 +0000 (16:33 +0200)
commit968ec3f960d013fc74d3a9bed3ae9ab9a44cb951
treec5ffc9a4e8a2b59d05b776ea3dd4bc9ae6458c44
parent670e057744e0cc8047bf96d15d18c46e16ae2e93
s390/idle: Remove idle time and count sysfs files

Remove the s390 specific idle_time_us and idle_count per cpu sysfs
files. They do not provide any additional value. The risk that there
are existing applications which rely on these architecture specific
files should be very low.

However if it turns out such applications exist, this can be easily
reverted.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Acked-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/idle.h
arch/s390/kernel/idle.c
arch/s390/kernel/smp.c