summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/HALKit/AMD64/HalMPContextSwitch.asm
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/HALKit/AMD64/HalMPContextSwitch.asm')
-rw-r--r--dev/ZKA/HALKit/AMD64/HalMPContextSwitch.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/ZKA/HALKit/AMD64/HalMPContextSwitch.asm b/dev/ZKA/HALKit/AMD64/HalMPContextSwitch.asm
index 9ef3122c..b9892d74 100644
--- a/dev/ZKA/HALKit/AMD64/HalMPContextSwitch.asm
+++ b/dev/ZKA/HALKit/AMD64/HalMPContextSwitch.asm
@@ -22,7 +22,6 @@ section .text
;; rdx: stack ptr.
mp_do_context_switch:
mov r11, 0x0202
- mov rsp, rdx
o64 sysret
;; @brief Gets the current stack frame.
@@ -41,7 +40,6 @@ mp_do_context_switch_pre:
mov rcx, 0xc0000081
rdmsr
mov edx, 0x00180008
-
wrmsr
ret \ No newline at end of file