cpufreq interactive governor save/restore IRQs around cpumask spinlocks
authorTodd Poynor <toddpoynor@google.com>
Fri, 3 Dec 2010 19:20:09 +0000 (11:20 -0800)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 16:09:39 +0000 (09:09 -0700)
commit1c4f95f81916c95b991019107782a2fa002b30bb
treec5e9ed69dde9abfe41be7d0ff545e2dc6970f759
parent1dab2597e7d0591c2ee1bde29e8d51e5ba707acb
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