Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87326
b: refs/heads/master
c: d6f882e
h: refs/heads/master
v: v3
  • Loading branch information
Glauber Costa authored and Len Brown committed Mar 11, 2008
1 parent 46b26f8 commit 6d3c3da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96b2dd1f1fdb9a131b7f2e79e5c7b2e4282cfcbf
refs/heads/master: d6f882e10442c1ea6ed5f93365f48be4cb520be7
5 changes: 3 additions & 2 deletions trunk/drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -897,9 +897,10 @@ acpi_processor_hotplug_notify(acpi_handle handle, u32 event, void *data)
switch (event) {
case ACPI_NOTIFY_BUS_CHECK:
case ACPI_NOTIFY_DEVICE_CHECK:
printk("Processor driver received %s event\n",
ACPI_DEBUG_PRINT((ACPI_DB_INFO,
"Processor driver received %s event\n",
(event == ACPI_NOTIFY_BUS_CHECK) ?
"ACPI_NOTIFY_BUS_CHECK" : "ACPI_NOTIFY_DEVICE_CHECK");
"ACPI_NOTIFY_BUS_CHECK" : "ACPI_NOTIFY_DEVICE_CHECK"));

if (!is_processor_present(handle))
break;
Expand Down

0 comments on commit 6d3c3da

Please sign in to comment.