• Max Filippov's avatar
    xtensa: drop platform_heartbeat · 71a5fd7d
    Max Filippov authored
    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>
    71a5fd7d
time.c 4.9 KB