[PATCH] Run timers as softirqs, not tasklets
The timer code is attempting to replicate the softirq characteristics at the tasklet level, which is a little pointless. This patch converts timers to be a first-class softirq citizen.
Showing
Please register or sign in to comment