X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fmach-xen%2Fasm%2Fdesc.h;h=65a04ddcd145cec5e585df8cb426d5991728daf3;hb=47f4e3e3a89013b7b666fd9dedc36aec7974954c;hp=30d1aa1138c2f35f3c974034d87fc334506dd6a0;hpb=dc77adb8ac01e2060979f84b3b89fb48f93c1ca4;p=linux-2.6.git diff --git a/include/asm-i386/mach-xen/asm/desc.h b/include/asm-i386/mach-xen/asm/desc.h index 30d1aa113..65a04ddcd 100644 --- a/include/asm-i386/mach-xen/asm/desc.h +++ b/include/asm-i386/mach-xen/asm/desc.h @@ -167,7 +167,7 @@ static inline void set_user_cs(struct desc_struct *desc, unsigned long limit) } #define load_user_cs_desc(cpu, mm) \ - HYPERVISOR_update_descriptor(virt_to_machine(&get_cpu_gdt_table(cpu)[GDT_ENTRY_DEFAULT_USER_CS]), (u64)(mm)->context.user_cs.a | ((u64)(mm)->context.user_cs.b) << 32); + HYPERVISOR_update_descriptor(virt_to_machine(&get_cpu_gdt_table(cpu)[GDT_ENTRY_DEFAULT_USER_CS]), (u64)(mm)->context.user_cs.a | ((u64)(mm)->context.user_cs.b) << 32); extern void arch_add_exec_range(struct mm_struct *mm, unsigned long limit); extern void arch_remove_exec_range(struct mm_struct *mm, unsigned long limit);