You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Pull cpu-hotplug into release branch
This commit is contained in:
+1
-4
@@ -441,10 +441,7 @@ acpi_eject_store(struct acpi_device *device, const char *buf, size_t count)
|
||||
islockable = device->flags.lockable;
|
||||
handle = device->handle;
|
||||
|
||||
if (type == ACPI_TYPE_PROCESSOR)
|
||||
result = acpi_bus_trim(device, 0);
|
||||
else
|
||||
result = acpi_bus_trim(device, 1);
|
||||
result = acpi_bus_trim(device, 1);
|
||||
|
||||
if (!result)
|
||||
result = acpi_eject_operation(handle, islockable);
|
||||
|
||||
Reference in New Issue
Block a user