diff options
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r-- | drivers/acpi/scan.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 0e28270b0fd8..aad6be5c0af0 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
@@ -2204,6 +2204,12 @@ int __init acpi_scan_init(void) | |||
2204 | acpi_gpe_apply_masked_gpes(); | 2204 | acpi_gpe_apply_masked_gpes(); |
2205 | acpi_update_all_gpes(); | 2205 | acpi_update_all_gpes(); |
2206 | 2206 | ||
2207 | /* | ||
2208 | * Although we call __add_memory() that is documented to require the | ||
2209 | * device_hotplug_lock, it is not necessary here because this is an | ||
2210 | * early code when userspace or any other code path cannot trigger | ||
2211 | * hotplug/hotunplug operations. | ||
2212 | */ | ||
2207 | mutex_lock(&acpi_scan_lock); | 2213 | mutex_lock(&acpi_scan_lock); |
2208 | /* | 2214 | /* |
2209 | * Enumerate devices in the ACPI namespace. | 2215 | * Enumerate devices in the ACPI namespace. |