Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272886
b: refs/heads/master
c: 4a139b6
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon committed Oct 17, 2011
1 parent 9ba5434 commit 737fedc
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: 28763487b19eacca70374c1f62b3b8da2bba464f
refs/heads/master: 4a139b64703115e41e1a4e16ebf7eb93d0a0e349
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 @@ -69,7 +69,7 @@ static inline void platform_do_lowpower(unsigned int cpu, int *spurious)
:
: "memory", "cc");

if (pen_release == cpu) {
if (pen_release == cpu_logical_map(cpu)) {
/*
* OK, proper wakeup, we're done
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-vexpress/hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static inline void platform_do_lowpower(unsigned int cpu, int *spurious)
:
: "memory", "cc");

if (pen_release == cpu) {
if (pen_release == cpu_logical_map(cpu)) {
/*
* OK, proper wakeup, we're done
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-versatile/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
* since we haven't sent them a soft interrupt, they shouldn't
* be there.
*/
write_pen_release(cpu);
write_pen_release(cpu_logical_map(cpu));

/*
* Send the secondary CPU a soft interrupt, thereby causing
Expand Down

0 comments on commit 737fedc

Please sign in to comment.