Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / include / asm-i386 / mach-xen / asm / mmu.h
index 05e69ad..d91892d 100644 (file)
@@ -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