~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/arm/mach-shmobile/smp-sh73a0.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
{
60
60
        void __iomem *scu_base = scu_base_addr();
61
61
 
 
62
#ifdef CONFIG_HAVE_ARM_TWD
 
63
        /* twd_base needs to be initialized before percpu_timer_setup() */
 
64
        twd_base = (void __iomem *)0xf0000600;
 
65
#endif
 
66
 
62
67
        return scu_get_core_count(scu_base);
63
68
}
64
69
 
82
87
 
83
88
void __init sh73a0_smp_prepare_cpus(void)
84
89
{
85
 
#ifdef CONFIG_HAVE_ARM_TWD
86
 
        twd_base = (void __iomem *)0xf0000600;
87
 
#endif
88
 
 
89
90
        scu_enable(scu_base_addr());
90
91
 
91
92
        /* Map the reset vector (in headsmp.S) */