[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>
This commit is contained in:
Venkatesh Pallipadi
2005-04-18 23:06:47 -04:00
committed by Len Brown
parent ef7b06cd90
commit 6c4fa56033
2 changed files with 4 additions and 0 deletions

View File

@@ -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();