cpufreq interactive governor save/restore IRQs around cpumask spinlocks
commit1b7360b23f167a295bd92289b7aade7a1517fb03
authorTodd Poynor <toddpoynor@google.com>
Fri, 3 Dec 2010 19:20:09 +0000 (3 11:20 -0800)
committerTodd Poynor <toddpoynor@google.com>
Fri, 3 Dec 2010 19:58:11 +0000 (3 11:58 -0800)
tree1cc32da17eecd64e4125931e95e677d98d018b56
parentd301f2563a60a0fe0369dcf9ccce2062919bffff
cpufreq interactive governor save/restore IRQs around cpumask spinlocks

Need to use irqsave/restore spin locking for cpumasks since these
are accessed in timers and in thread context.

Change-Id: I4a53eaf0ced7e73b445feddba90ec11482de9126
Signed-off-by: Todd Poynor <toddpoynor@google.com>
drivers/cpufreq/cpufreq_interactive.c