commit | d7cfb60c5cf904ecf1e0ae23ec178175b86f0d4a | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Fri Sep 19 13:13:44 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Sep 22 13:52:42 2008 +0200 |
tree | 750200d0bd2e5fc94d574c9d9cd6131f93a279a7 | |
parent | d82f0b0f6f1a0a25afc288fb7135b1601fe6df18 [diff] |
hrtimer: remove hrtimer_clock_base::get_softirq_time() Peter Zijlstra noticed this 8 months ago and I just noticed it again. hrtimer_clock_base::get_softirq_time() is currently unused in the entire tree. In fact, looking at the logs, it appears as if it was never used. Remove it. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>