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

« back to all changes in this revision

Viewing changes to arch/x86/include/asm/paravirt_types.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:
125
125
        void (*store_gdt)(struct desc_ptr *);
126
126
        void (*store_idt)(struct desc_ptr *);
127
127
        void (*set_ldt)(const void *desc, unsigned entries);
 
128
#ifdef CONFIG_X86_32
 
129
        void (*load_user_cs_desc)(int cpu, struct mm_struct *mm);
 
130
#endif
128
131
        unsigned long (*store_tr)(void);
129
132
        void (*load_tls)(struct thread_struct *t, unsigned int cpu);
130
133
#ifdef CONFIG_X86_64