summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/WriteMsr64.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/WriteMsr64.S')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/WriteMsr64.S15
1 files changed, 4 insertions, 11 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMsr64.S b/MdePkg/Library/BaseLib/Ia32/WriteMsr64.S
index 802aad7803..8af2147554 100644
--- a/MdePkg/Library/BaseLib/Ia32/WriteMsr64.S
+++ b/MdePkg/Library/BaseLib/Ia32/WriteMsr64.S
@@ -21,10 +21,6 @@
#
#------------------------------------------------------------------------------
-
-
-
-
#------------------------------------------------------------------------------
# UINT64
# EFIAPI
@@ -34,12 +30,9 @@
# );
#------------------------------------------------------------------------------
.global _AsmWriteMsr64
-_AsmWriteMsr64:
- movl 12(%esp),%edx
- movl 8(%esp),%eax
- movl 4(%esp),%ecx
+_AsmWriteMsr64:
+ movl 12(%esp), %edx
+ movl 8(%esp), %eax
+ movl 4(%esp), %ecx
wrmsr
ret
-
-
-