Fixes to x86 error and interrupt handling
[tpg/acess2.git] / Kernel / arch / x86 / include / arch.h
index 996f418..4007a71 100644 (file)
@@ -98,18 +98,6 @@ typedef struct {
        Uint    Resvd4[1];      // SS
 } tSyscallRegs;
 
-typedef struct {
-       Uint16  LimitLow;
-       Uint16  BaseLow;
-       Uint8   BaseMid;
-       Uint8   Access;
-       struct {
-               unsigned LimitHi:       4;
-               unsigned Flags:         4;
-       } __attribute__ ((packed));
-       Uint8   BaseHi;
-} __attribute__ ((packed)) tGDT;
-
 typedef struct {
        #if USE_PAE
        Uint    PDPT[4];

UCC git Repository :: git.ucc.asn.au