X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FDisablePaging32.c;h=c4bddaed6d3cee8f55f0faa7aff22637f0e79064;hp=fc10461ec591f797224f8fedfaf296659946c991;hb=373ade0eb64a522e45b1b94c15b95fb5ab417c00;hpb=1efcc4ae46f52e3845923ffbab68426e068709d2 diff --git a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c index fc10461ec5..c4bddaed6d 100644 --- a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c +++ b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c @@ -1,7 +1,7 @@ /** @file AsmDisablePaging32 function. - Copyright (c) 2006 - 2007, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -12,10 +12,7 @@ **/ - -#include - -#if _MSC_EXTENSIONS +#include "BaseLibInternals.h" /** Disables the 32-bit paging mode on the CPU. @@ -78,5 +75,3 @@ InternalX86DisablePaging32 ( jmp $ // EntryPoint() should not return } } - -#endif