X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FX86DisablePaging64.c;fp=MdePkg%2FLibrary%2FBaseLib%2FX86DisablePaging64.c;h=59173a24e9470050175677a274b9a24c67e4ab13;hp=28791858177d9297e05f44be29bf9089ebe935d6;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hpb=1436aea4d5707e672672a11bda72be2c63c936c3 diff --git a/MdePkg/Library/BaseLib/X86DisablePaging64.c b/MdePkg/Library/BaseLib/X86DisablePaging64.c index 2879185817..59173a24e9 100644 --- a/MdePkg/Library/BaseLib/X86DisablePaging64.c +++ b/MdePkg/Library/BaseLib/X86DisablePaging64.c @@ -6,9 +6,6 @@ **/ - - - #include "BaseLibInternals.h" /** @@ -44,11 +41,11 @@ VOID EFIAPI AsmDisablePaging64 ( - IN UINT16 Cs, - IN UINT32 EntryPoint, - IN UINT32 Context1 OPTIONAL, - IN UINT32 Context2 OPTIONAL, - IN UINT32 NewStack + IN UINT16 Cs, + IN UINT32 EntryPoint, + IN UINT32 Context1 OPTIONAL, + IN UINT32 Context2 OPTIONAL, + IN UINT32 NewStack ) { ASSERT (EntryPoint != 0);