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

« back to all changes in this revision

Viewing changes to arch/x86/kernel/paravirt.c

  • 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:
358
358
        .read_tscp = native_read_tscp,
359
359
        .load_tr_desc = native_load_tr_desc,
360
360
        .set_ldt = native_set_ldt,
 
361
#ifdef CONFIG_X86_32
 
362
        .load_user_cs_desc = native_load_user_cs_desc,
 
363
#endif /*CONFIG_X86_32*/
361
364
        .load_gdt = native_load_gdt,
362
365
        .load_idt = native_load_idt,
363
366
        .store_gdt = native_store_gdt,