proc/stat: remove arch_idle_time()
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 5 Apr 2023 14:34:52 +0000 (16:34 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 18 Apr 2023 23:39:33 +0000 (16:39 -0700)
commit1be2edb25c72c3fe1bf955694c5521b035fcb276
tree2a9ef866e9ada6299cc194f42551d4f3c0b4a1d9
parentd6ccdd678e459fdcfe675a45c76b3f1a75b9a8e8
proc/stat: remove arch_idle_time()

The last (only) architecture specific arch_idle_time() implementation was
removed with commit be76ea614460 ("s390/idle: remove arch_cpu_idle_time()
and corresponding code").

Therefore remove the now dead code in fs/proc/stat.c as well.

Link: https://lkml.kernel.org/r/20230405143452.2677172-1-hca@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/stat.c