~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to arch/x86/include/asm/paravirt.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
{
299
299
        PVOP_VCALL2(pv_cpu_ops.set_ldt, addr, entries);
300
300
}
 
301
#ifdef CONFIG_X86_32
 
302
static inline void load_user_cs_desc(unsigned int cpu, struct mm_struct *mm)
 
303
{
 
304
        PVOP_VCALL2(pv_cpu_ops.load_user_cs_desc, cpu, mm);
 
305
}
 
306
#endif /*CONFIG_X86_32*/
301
307
static inline void store_gdt(struct desc_ptr *dtr)
302
308
{
303
309
        PVOP_VCALL1(pv_cpu_ops.store_gdt, dtr);