aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/m32r_sio.c
diff options
context:
space:
mode:
authorRusty Russell <[email protected]>2009-03-19 15:22:20 +1030
committerIngo Molnar <[email protected]>2009-03-19 08:15:15 +0100
commitdf7c8e845e8e2030e8ae947e0ace56d184d0e9a0 (patch)
tree15f68e17f2efaf853ffc8f3ba03bca37d847a32b /drivers/serial/m32r_sio.c
parentc38da5692e3a4d5d303c04cbf7e526f1eb761076 (diff)
cpumask: remove cpumask allocation from idle_balance
Impact: fix circular locking Steven reports a circular locking from alloc_cpumask_var doing a wakeup. We get rid of this using the tried-and-true technique of using a per-cpu cpumask_var_t rather than doing an alloc every time. Simpler and more robust than a rare, implicit allocation within an atomic codepath. Reported-by: Steven Rostedt <[email protected]> Signed-off-by: Rusty Russell <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/serial/m32r_sio.c')
0 files changed, 0 insertions, 0 deletions