Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39618
b: refs/heads/master
c: 7af8b66
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman authored and Len Brown committed Oct 14, 2006
1 parent 1b68185 commit e10017d
Show file tree
Hide file tree
Showing 3 changed files with 3 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: f4d2e2d87eac0338884b2c26f6bafed115dbac5e
refs/heads/master: 7af8b66004fa827958b4871112e59a07db5b3f6b
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ static int acpi_processor_get_info(struct acpi_processor *pr)

static void *processor_device_array[NR_CPUS];

static int acpi_processor_start(struct acpi_device *device)
static int __cpuinit acpi_processor_start(struct acpi_device *device)
{
int result = 0;
acpi_status status = AE_OK;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ static struct notifier_block acpi_processor_latency_notifier = {
.notifier_call = acpi_processor_latency_notify,
};

int acpi_processor_power_init(struct acpi_processor *pr,
int __cpuinit acpi_processor_power_init(struct acpi_processor *pr,
struct acpi_device *device)
{
acpi_status status = 0;
Expand Down

0 comments on commit e10017d

Please sign in to comment.