Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286155
b: refs/heads/master
c: f7597c0
h: refs/heads/master
i:
  286153: 6788de7
  286151: 70df11c
v: v3
  • Loading branch information
Rob Herring committed Jan 16, 2012
1 parent 0814bde commit 8f7013f
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 09f759f66b82bbfe21e165acf0e57e7725466312
refs/heads/master: f7597c02a2e6fada7a065b03efe283ae7ef0e0bc
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-exynos/headsmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ pen: ldr r7, [r6]
* should now contain the SVC stack for this core
*/
b secondary_startup
ENDPROC(exynos4_secondary_startup)

.align 2
1: .long .
.long pen_release
5 changes: 2 additions & 3 deletions trunk/arch/arm/mach-exynos/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <asm/cacheflush.h>
#include <asm/hardware/gic.h>
#include <asm/smp_scu.h>
#include <asm/unified.h>

#include <mach/hardware.h>
#include <mach/regs-clock.h>
Expand Down Expand Up @@ -163,7 +162,7 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
while (time_before(jiffies, timeout)) {
smp_rmb();

__raw_writel(BSYM(virt_to_phys(exynos4_secondary_startup)),
__raw_writel(virt_to_phys(exynos4_secondary_startup),
CPU1_BOOT_REG);
gic_raise_softirq(cpumask_of(cpu), 1);

Expand Down Expand Up @@ -218,6 +217,6 @@ void __init platform_smp_prepare_cpus(unsigned int max_cpus)
* until it receives a soft interrupt, and then the
* secondary CPU branches to this address.
*/
__raw_writel(BSYM(virt_to_phys(exynos4_secondary_startup)),
__raw_writel(virt_to_phys(exynos4_secondary_startup),
CPU1_BOOT_REG);
}

0 comments on commit 8f7013f

Please sign in to comment.