Commit 71a5fd7d authored by Max Filippov's avatar Max Filippov
Browse files

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: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent f9f6ff8c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment