]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xtensa: drop platform_heartbeat
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 7 Jun 2023 00:43:47 +0000 (17:43 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 13 Jun 2023 02:48:55 +0000 (19:48 -0700)
commit71a5fd7d89fb6e6071f041ba1b55837837ccddb8
treedd396c0fe821564fba92b4426f7f5a2a7f35b621
parentf9f6ff8c5adb1b60cabc65dd830580dedeeb9aa6
xtensa: drop platform_heartbeat

platform_heartbeat is called from the timer interrupt handler, but
there may be no periodic timer interrupts on xtensa, so the frequency of
platform_heartbeat calls may be unrelated to HZ. Drop the callback and
reimplement its only user with a timer.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/platform.h
arch/xtensa/kernel/platform.c
arch/xtensa/kernel/time.c
arch/xtensa/platforms/xt2000/setup.c