From: Pavel Machek Do not attempt to run S1 (standby) workarounds while hibernating. Signed-off-by: Pavel Machek drivers/acpi/sleep/main.c | 5 ----- 1 file changed, 5 deletions(-) Index: linux-2.6.22-rc7/drivers/acpi/sleep/main.c =================================================================== --- linux-2.6.22-rc7.orig/drivers/acpi/sleep/main.c 2007-07-02 08:56:28.000000000 +0200 +++ linux-2.6.22-rc7/drivers/acpi/sleep/main.c 2007-07-02 09:03:12.000000000 +0200 @@ -210,11 +210,6 @@ static void acpi_hibernation_finish(void /* reset firmware waking vector */ acpi_set_firmware_waking_vector((acpi_physical_address) 0); - - if (init_8259A_after_S1) { - printk("Broken toshiba laptop -> kicking interrupts\n"); - init_8259A(0); - } } static int acpi_hibernation_pre_restore(void)