X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=include%2Fasm-i386%2Fmach-xen%2Fasm%2Fmmu.h;fp=include%2Fasm-i386%2Fmach-xen%2Fasm%2Fmmu.h;h=d91892d69682af67bbedc9e9b7b84918a7692deb;hp=05e69adb1f7522880104df3be44f6f6fbd8c0905;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57 diff --git a/include/asm-i386/mach-xen/asm/mmu.h b/include/asm-i386/mach-xen/asm/mmu.h index 05e69adb1..d91892d69 100644 --- a/include/asm-i386/mach-xen/asm/mmu.h +++ b/include/asm-i386/mach-xen/asm/mmu.h @@ -7,7 +7,6 @@ * we put the segment information here. * * cpu_vm_mask is used to optimize ldt flushing. - + * exec_limit is used to track the range PROT_EXEC * mappings span. */ @@ -15,9 +14,9 @@ typedef struct { int size; struct semaphore sem; void *ldt; - struct desc_struct user_cs; - unsigned long exec_limit; - void *vdso; + struct desc_struct user_cs; + unsigned long exec_limit; + void *vdso; #ifdef CONFIG_XEN int has_foreign_mappings; #endif