Skip to content

Commit

Permalink
Pull cpu-hotplug into release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Jun 15, 2006
2 parents 59f720e + eefa27a commit 61fb46c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 61fb46c

Please sign in to comment.