Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281535
b: refs/heads/master
c: 2b222a2
h: refs/heads/master
i:
  281533: 22aa867
  281531: bacaa98
  281527: 72c2459
  281519: 849a746
  281503: 0ee408b
  281471: 65524a5
v: v3
  • Loading branch information
Stephen Boyd authored and David Brown committed Nov 11, 2011
1 parent 28d3457 commit 4a89fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a3d3ef9d4fd57cfd407c8d2d0a7daec000468ebf
refs/heads/master: 2b222a2971e4d73fc25c09aeb203c16c0c3c142e
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 @@ -79,7 +79,7 @@ static __cpuinit void prepare_cold_cpu(unsigned int cpu)
ret = scm_set_boot_addr(virt_to_phys(msm_secondary_startup),
SCM_FLAG_COLDBOOT_CPU1);
if (ret == 0) {
void *sc1_base_ptr;
void __iomem *sc1_base_ptr;
sc1_base_ptr = ioremap_nocache(0x00902000, SZ_4K*2);
if (sc1_base_ptr) {
writel(0, sc1_base_ptr + VDD_SC1_ARRAY_CLAMP_GFS_CTL);
Expand Down

0 comments on commit 4a89fe2

Please sign in to comment.