aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/process.c
diff options
context:
space:
mode:
authorVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>2005-04-18 23:06:47 -0400
committerLen Brown <len.brown@intel.com>2005-07-12 00:10:20 -0400
commit6c4fa56033c11ad5c5929bf3edd1505d3d8a8c0b (patch)
tree1d2cd6e75a4330039ddac768a1d71518f9476c67 /arch/ia64/kernel/process.c
parent[ACPI] quiet dmesg related to ACPI PM of PCI devices (diff)
downloadlinux-dev-6c4fa56033c11ad5c5929bf3edd1505d3d8a8c0b.tar.xz
linux-dev-6c4fa56033c11ad5c5929bf3edd1505d3d8a8c0b.zip
[ACPI] fix C1 patch for IA64
http://bugzilla.kernel.org/show_bug.cgi?id=4233 Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/ia64/kernel/process.c')
-rw-r--r--arch/ia64/kernel/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kernel/process.c b/arch/ia64/kernel/process.c
index ebb71f3d6d19..a9bfba46733d 100644
--- a/arch/ia64/kernel/process.c
+++ b/arch/ia64/kernel/process.c
@@ -195,6 +195,7 @@ update_pal_halt_status(int status)
void
default_idle (void)
{
+ local_irq_enable();
while (!need_resched())
if (can_do_pal_halt)
safe_halt();