Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228963
b: refs/heads/master
c: 91d88ce
h: refs/heads/master
i:
  228961: efe9b5f
  228959: 74ed29c
v: v3
  • Loading branch information
Randy Dunlap authored and Ingo Molnar committed Jan 9, 2011
1 parent 76eac89 commit f7b98da
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: ca86828ccd3128513f6d4e200b437deac95408db
refs/heads/master: 91d88ce22bca3dcf269661b54d4ea75576dc4e29
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ static DEFINE_PER_CPU(struct task_struct *, idle_thread_array);
*/
static DEFINE_MUTEX(x86_cpu_hotplug_driver_mutex);

void cpu_hotplug_driver_lock()
void cpu_hotplug_driver_lock(void)
{
mutex_lock(&x86_cpu_hotplug_driver_mutex);
}

void cpu_hotplug_driver_unlock()
void cpu_hotplug_driver_unlock(void)
{
mutex_unlock(&x86_cpu_hotplug_driver_mutex);
}
Expand Down

0 comments on commit f7b98da

Please sign in to comment.