2.5.30 ACPI: fixing compilation

From: Pavel Machek (pavel@ucw.cz)
Date: Sun Aug 04 2002 - 13:58:28 EST


Hi!

This fixes compilation and is actually right since we can't get SMP
machine suspending, anyway. We'll have to bring all other CPUs down
for suspend in future. Please apply,
                                                                Pavel

--- clean/drivers/acpi/system.c Mon Jul 29 20:02:23 2002
+++ linux-swsusp/drivers/acpi/system.c Sun Aug 4 20:57:01 2002
@@ -256,7 +256,7 @@
         acpi_status status = AE_ERROR;
         unsigned long flags = 0;
 
- save_flags(flags);
+ local_irq_save(flags);
         
         switch (state)
         {
@@ -270,7 +270,7 @@
                 do_suspend_lowlevel(0);
                 break;
         }
- restore_flags(flags);
+ local_irq_restore(flags);
 
         return status;
 }

-- 
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Aug 07 2002 - 22:00:25 EST