X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FCpu.c;h=30986bf28abf91710b95618987dd10afec7afe28;hb=8facd18f30d5cb1650449c2b45ad746536ffa8a1;hp=d8564c04d42e7b7ff590212fc906e4cf251e61b7;hpb=e1f414b6a7d8a0424e0e01f655b09a4612b4d0e8;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Cpu.c b/MdePkg/Library/BaseLib/Cpu.c index d8564c04d4..30986bf28a 100644 --- a/MdePkg/Library/BaseLib/Cpu.c +++ b/MdePkg/Library/BaseLib/Cpu.c @@ -1,7 +1,7 @@ /** @file Base Library CPU Functions for all architectures. - Copyright (c) 2006, 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 @@ -10,19 +10,12 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: Cpu.c - **/ -// -// Include common header file for this module. -// -#include "CommonHeader.h" +#include "BaseLibInternals.h" -/** - Disables CPU interrupts and returns the interrupt state prior to the disable - operation. +/** Disables CPU interrupts and returns the interrupt state prior to the disable operation.