diff -urpN -X /home/fletch/.diff.exclude 860-per_node_rss/drivers/acpi/sleep/main.c 872-swsusp_state_check/drivers/acpi/sleep/main.c --- 860-per_node_rss/drivers/acpi/sleep/main.c Sat Jun 14 18:37:26 2003 +++ 872-swsusp_state_check/drivers/acpi/sleep/main.c Wed Jul 2 22:39:47 2003 @@ -238,7 +238,7 @@ acpi_suspend ( /* do we have a wakeup address for S2 and S3? */ /* Here, we support only S4BIOS, those we set the wakeup address */ /* S4OS is only supported for now via swsusp.. */ - if (state == ACPI_STATE_S2 || state == ACPI_STATE_S3 || ACPI_STATE_S4) { + if (state == ACPI_STATE_S2 || state == ACPI_STATE_S3 || state == ACPI_STATE_S4) { if (!acpi_wakeup_address) return AE_ERROR; acpi_set_firmware_waking_vector((acpi_physical_address) acpi_wakeup_address);