~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-msm/platsmp.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
         * the boot monitor to read the system wide flags register,
120
120
         * and branch to the address found there.
121
121
         */
122
 
        smp_cross_call(cpumask_of(cpu), 1);
 
122
        gic_raise_softirq(cpumask_of(cpu), 1);
123
123
 
124
124
        timeout = jiffies + (1 * HZ);
125
125
        while (time_before(jiffies, timeout)) {
151
151
 
152
152
        for (i = 0; i < NR_CPUS; i++)
153
153
                set_cpu_possible(i, true);
 
154
 
 
155
        set_smp_cross_call(gic_raise_softirq);
154
156
}
155
157
 
156
158
void __init platform_smp_prepare_cpus(unsigned int max_cpus)