git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
488b5ec
)
ACPI: idle: Fix acpi_safe_halt usages and interrupt enabling/disabling
author
venkatesh.pallipadi@intel.com
<venkatesh.pallipadi@intel.com>
Fri, 1 Feb 2008 01:35:03 +0000
(17:35 -0800)
committer
Len Brown
<len.brown@intel.com>
Thu, 7 Feb 2008 07:11:14 +0000
(
02:11
-0500)
acpi_safe_halt() needs interrupts to be disabled for atomic
need_resched check and safe halt. Otherwise we may miss an
interrupt and go into halt.
acpi_safe_halt() also does not enable interrupts on all return paths.
So the callers should handle enable and disable interrupts around it.
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found