X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FDisablePaging32.c;h=26e9bd57cf5acedf6118a213cb37f7474910348c;hb=35a171541199329108aa8c5417386d7afce9ddbf;hp=1ab21224ca67d0db481b19dbe287e914a5c79dde;hpb=42eedea958591087603bbacd1c2227d2494026af;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c index 1ab21224ca..26e9bd57cf 100644 --- a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c +++ b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c @@ -1,23 +1,18 @@ /** @file AsmDisablePaging32 function. - Copyright (c) 2006 - 2007, Intel Corporation
- All rights reserved. This program and the accompanying materials + 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 - http://opensource.org/licenses/bsd-license.php + http://opensource.org/licenses/bsd-license.php. THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// Include common header file for this module. -// -#include - -#if _MSC_EXTENSIONS +#include "BaseLibInternals.h" /** Disables the 32-bit paging mode on the CPU. @@ -80,5 +75,3 @@ InternalX86DisablePaging32 ( jmp $ // EntryPoint() should not return } } - -#endif