]> err.no Git - linux-2.6/blobdiff - drivers/acpi/hardware/hwacpi.c
Merge git://oss.sgi.com:8090/xfs/linux-2.6
[linux-2.6] / drivers / acpi / hardware / hwacpi.c
index 9c7df711c18dce0d7d06d637257f124dd3e17db3..816894ea839eba7fe21a85bd68f97f9329a715dc 100644 (file)
@@ -6,7 +6,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2006, R. Byron Moore
+ * Copyright (C) 2000 - 2008, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -171,8 +171,7 @@ u32 acpi_hw_get_mode(void)
                return_UINT32(ACPI_SYS_MODE_ACPI);
        }
 
-       status =
-           acpi_get_register(ACPI_BITREG_SCI_ENABLE, &value, ACPI_MTX_LOCK);
+       status = acpi_get_register(ACPI_BITREG_SCI_ENABLE, &value);
        if (ACPI_FAILURE(status)) {
                return_UINT32(ACPI_SYS_MODE_LEGACY);
        }