Skip to content
Commit 160494d3 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Optimize timer interrupt function



Restructure the timer interrupt function to better cope with missed timer irqs.
Optimize the calculation when the next interrupt should happen and skip irqs if
they would happen too shortly after exit of the irq function.

The update_process_times() call is done anyway at every timer irq, so we can
safely drop the prof_counter and prof_multiplier variables from the per_cpu
structure.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 82cbd568
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