~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to arch/x86/platform/mrst/mrst.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-57i0gl3v99b3lkfg
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:
194
194
        return 0;
195
195
}
196
196
 
197
 
void __init mrst_time_init(void)
 
197
static void __init mrst_time_init(void)
198
198
{
199
199
        sfi_table_parse(SFI_SIG_MTMR, NULL, NULL, sfi_parse_mtmr);
200
200
        switch (mrst_timer_options) {
216
216
        apbt_time_init();
217
217
}
218
218
 
219
 
void __cpuinit mrst_arch_setup(void)
 
219
static void __cpuinit mrst_arch_setup(void)
220
220
{
221
221
        if (boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 0x27)
222
222
                __mrst_cpu_chip = MRST_CPU_CHIP_PENWELL;