Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191749
b: refs/heads/master
c: 8e2a43f
h: refs/heads/master
i:
  191747: 80a07bc
v: v3
  • Loading branch information
Russell King committed May 15, 2010
1 parent bca77ee commit c4c51e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 75070612c49c0bb976bb9221d051b20316ad1bc7
refs/heads/master: 8e2a43f5f5e1255879064924917fb1a6e5be7cb3
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct secondary_data {
extern struct secondary_data secondary_data;

extern int __cpu_disable(void);
extern int mach_cpu_disable(unsigned int cpu);
extern int platform_cpu_disable(unsigned int cpu);

extern void __cpu_die(unsigned int cpu);
extern void cpu_die(void);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int __cpu_disable(void)
struct task_struct *p;
int ret;

ret = mach_cpu_disable(cpu);
ret = platform_cpu_disable(cpu);
if (ret)
return ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-realview/hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void platform_cpu_die(unsigned int cpu)
cpu_leave_lowpower();
}

int mach_cpu_disable(unsigned int cpu)
int platform_cpu_disable(unsigned int cpu)
{
/*
* we don't allow CPU 0 to be shutdown (it is still too special
Expand Down

0 comments on commit c4c51e7

Please sign in to comment.