Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175670
b: refs/heads/master
c: b2f5c94
h: refs/heads/master
v: v3
  • Loading branch information
Santosh Shilimkar authored and Tony Lindgren committed Dec 12, 2009
1 parent a03bc06 commit b310f7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 942e2c9e529a57ce2bb1cf984d58f88d9b6e77e5
refs/heads/master: b2f5c9413cc54000706959fa710c21b2d90a647c
7 changes: 0 additions & 7 deletions trunk/arch/arm/mach-omap2/omap-smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
#include <linux/init.h>
#include <linux/device.h>
#include <linux/jiffies.h>
#include <linux/smp.h>
#include <linux/io.h>

Expand Down Expand Up @@ -62,8 +61,6 @@ void __cpuinit platform_secondary_init(unsigned int cpu)

int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
{
unsigned long timeout;

/*
* Set synchronisation state between this boot processor
* and the secondary one
Expand All @@ -80,10 +77,6 @@ int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)
flush_cache_all();
smp_wmb();

timeout = jiffies + (1 * HZ);
while (time_before(jiffies, timeout))
;

/*
* Now the secondary core is starting up let it run its
* calibrations, then wait for it to finish
Expand Down

0 comments on commit b310f7d

Please sign in to comment.