x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::type
[linux-2.6-microblaze.git] / arch / x86 / include / asm / paravirt_types.h
index 94b7281..946f8f1 100644 (file)
@@ -672,8 +672,8 @@ u64 _paravirt_ident_64(u64);
 
 /* These all sit in the .parainstructions section to tell us what to patch. */
 struct paravirt_patch_site {
-       u8 *instr;              /* original instructions */
-       u8 instrtype;           /* type of this instruction */
+       u8 *instr;              /* original instructions */
+       u8 type;                /* type of this instruction */
        u8 len;                 /* length of original instruction */
 };