aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sleep
diff options
context:
space:
mode:
authorPavel Machek <pavel@pavel@suse.cz>2007-07-03 01:45:44 -0400
committerLen Brown <len.brown@intel.com>2007-07-03 01:45:44 -0400
commit33ce2033433195ccc1fbad00d26ad854b2ab68d0 (patch)
tree484e7b321fcd40d3c236b849f4b9520af1f023f3 /drivers/acpi/sleep
parent3f2c48c9b48423d1411695da066d525cca2a27db (diff)
ACPI: suspend: delete toshiba S1 quirk
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>
Diffstat (limited to 'drivers/acpi/sleep')
-rw-r--r--drivers/acpi/sleep/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/acpi/sleep/main.c b/drivers/acpi/sleep/main.c
index bc7e16ec8393..56afb1c1a494 100644
--- a/drivers/acpi/sleep/main.c
+++ b/drivers/acpi/sleep/main.c
@@ -210,11 +210,6 @@ static void acpi_hibernation_finish(void)
210 210
211 /* reset firmware waking vector */ 211 /* reset firmware waking vector */
212 acpi_set_firmware_waking_vector((acpi_physical_address) 0); 212 acpi_set_firmware_waking_vector((acpi_physical_address) 0);
213
214 if (init_8259A_after_S1) {
215 printk("Broken toshiba laptop -> kicking interrupts\n");
216 init_8259A(0);
217 }
218} 213}
219 214
220static struct hibernation_ops acpi_hibernation_ops = { 215static struct hibernation_ops acpi_hibernation_ops = {