From: Linus Torvalds Date: Sun, 23 Jul 2006 19:05:00 +0000 (-0700) Subject: [cpufreq] ondemand: make shutdown sequence more robust X-Git-Tag: v2.6.18-rc3~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd7cbdf4bd0d0fe58e4dc903e8b413412595504;p=pandora-kernel.git [cpufreq] ondemand: make shutdown sequence more robust Shutting down the ondemand policy was fraught with potential problems, causing issues for SMP suspend (which wants to hot- unplug) all but the last CPU. This should fix at least the worst problems (divide-by-zero and infinite wait for the workqueue to shut down). Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed