Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=33ce2033433195ccc1fbad00d26ad854b2ab68d0
Commit:     33ce2033433195ccc1fbad00d26ad854b2ab68d0
Parent:     3f2c48c9b48423d1411695da066d525cca2a27db
Author:     Pavel Machek <[EMAIL PROTECTED]@suse.cz>
AuthorDate: Tue Jul 3 01:45:44 2007 -0400
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Tue Jul 3 01:45:44 2007 -0400

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/sleep/main.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/acpi/sleep/main.c b/drivers/acpi/sleep/main.c
index bc7e16e..56afb1c 100644
--- a/drivers/acpi/sleep/main.c
+++ b/drivers/acpi/sleep/main.c
@@ -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 = {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to