ACPICA: Cleanup updated comments.
[deliverable/linux.git] / drivers / acpi / acpica / nsinit.c
index 4328e2adfeb9e9e5e08fb4ce920a4aea511b3da0..bb6888f5c262963c5a7f9b7f832ba4a8bae7813c 100644 (file)
@@ -572,11 +572,6 @@ acpi_ns_init_one_device(acpi_handle obj_handle,
        info->parameters = NULL;
        info->flags = ACPI_IGNORE_RETURN_VALUE;
 
-       /*
-        * Some hardware relies on this being executed as atomically
-        * as possible (without an NMI being received in the middle of
-        * this) - so disable NMIs and initialize the device:
-        */
        status = acpi_ns_evaluate(info);
 
        if (ACPI_SUCCESS(status)) {
This page took 0.026115 seconds and 5 git commands to generate.