[PATCH 0/2] hrtimer: Only iterate over active bases

2015-04-02 Thread Viresh Kumar
Hi, 'active_bases' indicates which clock-base have active timers. While it is updated (almost) correctly, it is hardly used. And so this is an attempt to improve the code that iterates over all clock-bases. The first patch fixes a bug that only shows up after the second commit, and the second

[PATCH 0/2] hrtimer: Only iterate over active bases

2015-04-02 Thread Viresh Kumar
Hi, 'active_bases' indicates which clock-base have active timers. While it is updated (almost) correctly, it is hardly used. And so this is an attempt to improve the code that iterates over all clock-bases. The first patch fixes a bug that only shows up after the second commit, and the second