Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145176
b: refs/heads/master
c: 78d236c
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 17, 2009
1 parent 2bff2c5 commit d4ac723
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 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: 826681043d7184b4d650cab5b007b9a86b628eb5
refs/heads/master: 78d236c2b30d4712c1fd8c9768b163c94b39e77d
7 changes: 0 additions & 7 deletions trunk/arch/arm/mach-realview/include/mach/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,4 @@ static inline void smp_cross_call(const struct cpumask *mask)
gic_raise_softirq(mask, 1);
}

/*
* Do nothing on MPcore.
*/
static inline void smp_cross_call_done(const struct cpumask *mask)
{
}

#endif
7 changes: 0 additions & 7 deletions trunk/arch/arm/mach-realview/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ void __cpuinit platform_secondary_init(unsigned int cpu)
{
trace_hardirqs_off();

/*
* the primary core may have used a "cross call" soft interrupt
* to get this processor out of WFI in the BootMonitor - make
* sure that we are no longer being sent this soft interrupt
*/
smp_cross_call_done(cpumask_of(cpu));

/*
* if any interrupts are already enabled for the primary
* core (e.g. timer irq), then they will not have been enabled
Expand Down

0 comments on commit d4ac723

Please sign in to comment.