Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272883
b: refs/heads/master
c: 1d3cfb3
h: refs/heads/master
i:
  272881: 84db5c3
  272879: d297469
v: v3
  • Loading branch information
Will Deacon committed Oct 17, 2011
1 parent 044f5ba commit 2b935da
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: 2f41c36b07af71bb308ff8f1739481b022476080
refs/heads/master: 1d3cfb34f9605578b4f733acba4affa751b2e4a2
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static inline void platform_do_lowpower(unsigned int cpu)
:
: "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-msm/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
* Note that "pen_release" is the hardware CPU ID, whereas
* "cpu" is Linux's internal ID.
*/
pen_release = cpu;
pen_release = cpu_logical_map(cpu);
__cpuc_flush_dcache_area((void *)&pen_release, sizeof(pen_release));
outer_clean_range(__pa(&pen_release), __pa(&pen_release + 1));

Expand Down

0 comments on commit 2b935da

Please sign in to comment.