mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
[FREELDR]
Remove Ke386SetXx, we don't need them and we don't have anymore. svn path=/branches/ros-amd64-bringup/; revision=45406
This commit is contained in:
parent
025e922f69
commit
9a5b1e6a62
1 changed files with 0 additions and 7 deletions
|
@ -341,13 +341,6 @@ WinLdrSetProcessorContext(PVOID GdtIdt, IN ULONG64 Pcr, IN ULONG64 Tss)
|
|||
/* LDT is unused */
|
||||
// __lldt(0);
|
||||
|
||||
/* Load selectors for DS/ES/FS/GS/SS */
|
||||
Ke386SetDs(KGDT64_R3_DATA | RPL_MASK); // 0x2b
|
||||
Ke386SetEs(KGDT64_R3_DATA | RPL_MASK); // 0x2b
|
||||
Ke386SetFs(KGDT64_R3_CMTEB | RPL_MASK); // 0x53
|
||||
Ke386SetGs(KGDT64_R3_DATA | RPL_MASK); // 0x2b
|
||||
Ke386SetSs(KGDT64_R0_DATA); // 0x18
|
||||
|
||||
/* Load TSR */
|
||||
__ltr(KGDT64_SYS_TSS);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue