Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280346
b: refs/heads/master
c: d7268a3
h: refs/heads/master
v: v3
  • Loading branch information
Fenghua Yu authored and Rafael J. Wysocki committed Nov 23, 2011
1 parent 9ecea13 commit 8a89fa1
Show file tree
Hide file tree
Showing 2 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: 5307427a31c50041cc4d18c49e9cce1a9303ea04
refs/heads/master: d7268a31c8aabc5a29ccc7f76de84383e5f38737
4 changes: 2 additions & 2 deletions trunk/kernel/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ void __ref enable_nonboot_cpus(void)
cpu_maps_update_done();
}

static int alloc_frozen_cpus(void)
static int __init alloc_frozen_cpus(void)
{
if (!alloc_cpumask_var(&frozen_cpus, GFP_KERNEL|__GFP_ZERO))
return -ENOMEM;
Expand Down Expand Up @@ -543,7 +543,7 @@ cpu_hotplug_pm_callback(struct notifier_block *nb,
}


int cpu_hotplug_pm_sync_init(void)
static int __init cpu_hotplug_pm_sync_init(void)
{
pm_notifier(cpu_hotplug_pm_callback, 0);
return 0;
Expand Down

0 comments on commit 8a89fa1

Please sign in to comment.