commit | c7121843685de2bf7f3afd3ae1d6a146010bf1fc | [log] [tgz] |
---|---|---|
author | Magnus Damm <magnus.damm@gmail.com> | Tue Jul 28 14:09:55 2009 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jul 31 14:12:36 2009 +0200 |
tree | f3a098159b8463386cd6d55b6272b6604bfbb9ce | |
parent | 4be3bd7849165e7efa6b0b35a23d6a3598d97465 [diff] |
clocksource: Save mult_orig in clocksource_disable() To fix the common case where ->enable() does not set up mult, make sure mult_orig is saved in mult on disable. Also add comments to explain why we do this. Signed-off-by: Magnus Damm <damm@igel.co.jp> Cc: johnstul@us.ibm.com Cc: lethal@linux-sh.org Cc: akpm@linux-foundation.org LKML-Reference: <20090618152432.10136.9932.sendpatchset@rx1.opensource.se> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>