summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/tables.h')
-rw-r--r--arch/x86_64/tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/tables.h b/arch/x86_64/tables.h
index 8e43bec..e160c66 100644
--- a/arch/x86_64/tables.h
+++ b/arch/x86_64/tables.h
@@ -45,7 +45,7 @@ struct InterruptTrapGate
uint8_t p : 1;
uint16_t base_16_31;
uint32_t base_32_63;
-
+ uint32_t resv;
}__attribute__((packed));
struct XDTR /* Generic table descriptor struct */