~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/x86/xen/time.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
497
497
{
498
498
        int cpu = smp_processor_id();
499
499
        xen_setup_runstate_info(cpu);
500
 
        xen_setup_timer(cpu);
 
500
        /*
 
501
         * xen_setup_timer(cpu) - snprintf is bad in atomic context. Hence
 
502
         * doing it xen_hvm_cpu_notify (which gets called by smp_init during
 
503
         * early bootup and also during CPU hotplug events).
 
504
         */
501
505
        xen_setup_cpu_clockevents();
502
506
}
503
507