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

« back to all changes in this revision

Viewing changes to arch/x86/kernel/apic/summit_32.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:
491
491
}
492
492
#endif
493
493
 
494
 
struct apic apic_summit = {
 
494
static struct apic apic_summit = {
495
495
 
496
496
        .name                           = "summit",
497
497
        .probe                          = probe_summit,
551
551
        .safe_wait_icr_idle             = native_safe_apic_wait_icr_idle,
552
552
 
553
553
        .x86_32_early_logical_apicid    = summit_early_logical_apicid,
554
 
        .x86_32_numa_cpu_node           = default_x86_32_numa_cpu_node,
555
554
};
 
555
 
 
556
apic_driver(apic_summit);