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

« back to all changes in this revision

Viewing changes to arch/arm/mach-realview/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:
14
14
#include <linux/io.h>
15
15
 
16
16
#include <mach/hardware.h>
 
17
#include <asm/hardware/gic.h>
17
18
#include <asm/mach-types.h>
18
19
#include <asm/smp_scu.h>
19
20
#include <asm/unified.h>
61
62
 
62
63
        for (i = 0; i < ncores; i++)
63
64
                set_cpu_possible(i, true);
 
65
 
 
66
        set_smp_cross_call(gic_raise_softirq);
64
67
}
65
68
 
66
69
void __init platform_smp_prepare_cpus(unsigned int max_cpus)