Skip to content

Commit

Permalink
ACPI: suspend: delete toshiba S1 quirk
Browse files Browse the repository at this point in the history
If we have quirk "init...  after standby", we should not be calling it while
resuming from hibernation.  And...  that quirk is only ever needed on toshiba
4030cdt...  and...  noone should be using standby these days, anyway.

That quirk was certainly _not_ meant to be ran after hibernation.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Pavel Machek authored and Len Brown committed Jul 3, 2007
1 parent 3f2c48c commit 33ce203
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/acpi/sleep/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 struct hibernation_ops acpi_hibernation_ops = {
Expand Down

0 comments on commit 33ce203

Please sign in to comment.