lguest: move changed bitmap to lg_cpu
[deliverable/linux.git] / drivers / lguest / lg.h
index f1c4c33e415385efcc5f64b77a8e4aef1efe5491..0d6f6435d72c262e60423d6c7a309c1fa3b14b9d 100644 (file)
@@ -51,6 +51,9 @@ struct lg_cpu {
        u32 esp1;
        u8 ss1;
 
+       /* Bitmap of what has changed: see CHANGED_* above. */
+       int changed;
+
        unsigned long pending_notify; /* pfn from LHCALL_NOTIFY */
 
        /* At end of a page shared mapped over lguest_pages in guest.  */
@@ -92,9 +95,6 @@ struct lguest
        void __user *mem_base;
        unsigned long kernel_address;
 
-       /* Bitmap of what has changed: see CHANGED_* above. */
-       int changed;
-
        struct pgdir pgdirs[4];
 
        unsigned long noirq_start, noirq_end;
This page took 0.035794 seconds and 5 git commands to generate.