~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
369
369
        .read_tscp = native_read_tscp,
370
370
        .load_tr_desc = native_load_tr_desc,
371
371
        .set_ldt = native_set_ldt,
372
 
#ifdef CONFIG_X86_32
373
 
        .load_user_cs_desc = native_load_user_cs_desc,
374
 
#endif /*CONFIG_X86_32*/
375
372
        .load_gdt = native_load_gdt,
376
373
        .load_idt = native_load_idt,
377
374
        .store_gdt = native_store_gdt,