set the correct limits for the GDT Entry in KiInitializeTSS2

svn path=/trunk/; revision=25561
This commit is contained in:
Christoph von Wittich 2007-01-21 18:20:06 +00:00
parent b598d64920
commit 88803f3676

View file

@ -544,7 +544,7 @@ KiInitializeTSS2(IN PKTSS Tss,
{
/* Set the Limit */
TssEntry->LimitLow = sizeof(KTSS) - 1;
TssEntry->HighWord.Bits.LimitHi &= 0xF0;
TssEntry->HighWord.Bits.LimitHi = 0;
}
/* Now clear the I/O Map */