This is needed to remove another sleeping function called from invalid context error message when resuming from sleep. Signed-off-by: "Theodore Ts'o" Index: src/drivers/acpi/utils.c =================================================================== --- src.orig/drivers/acpi/utils.c 2005-03-03 13:08:44.000000000 -0500 +++ src/drivers/acpi/utils.c 2005-03-03 13:10:04.000000000 -0500 @@ -252,7 +252,7 @@ if (!data) return_ACPI_STATUS(AE_BAD_PARAMETER); - element = kmalloc(sizeof(union acpi_object), GFP_KERNEL); + element = kmalloc(sizeof(union acpi_object), GFP_ATOMIC); if(!element) return_ACPI_STATUS(AE_NO_MEMORY);