genirq/timings: Remove variance computation code
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 28 Mar 2019 15:13:35 +0000 (16:13 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 5 Apr 2019 20:51:29 +0000 (22:51 +0200)
commitbfe83844987a52dc1f71f757b60523811502dc93
tree69fff318a38be87ed18e58f2d62e4b451bbe990f
parent59c39840f5abf4a71e1810a8da71aaccd6c17d26
genirq/timings: Remove variance computation code

The variance computation did not provide the expected results and will be
replaced with a different approach to compute the next interrupt based on
the array suffixes derived algorithm.

There is no good way to transform the variance code to the new algorithm,
so for ease of review remove the existing code first.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: rjw@rjwysocki.net
Cc: ulf.hansson@linaro.org
Cc: linux-pm@vger.kernel.org
Link: https://lkml.kernel.org/r/20190328151336.5316-1-daniel.lezcano@linaro.org
kernel/irq/timings.c