X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=PcAtChipsetPkg%2F8254TimerDxe%2FTimer.c;h=60799aadd338bbce8607ec4a5d43a219b47bd5a3;hp=2cd888a12715b856a052160955aec905ee1015b7;hb=5a702acd3df099307d9bae0725f97b52b4895382;hpb=f75a7f568e6d0944327970b3f3f2dafd9bba76b1 diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.c b/PcAtChipsetPkg/8254TimerDxe/Timer.c index 2cd888a127..60799aadd3 100644 --- a/PcAtChipsetPkg/8254TimerDxe/Timer.c +++ b/PcAtChipsetPkg/8254TimerDxe/Timer.c @@ -1,14 +1,14 @@ /** @file Timer Architectural Protocol as defined in the DXE CIS -Copyright (c) 2005 - 2016, 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 - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2005 - 2018, 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 + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ @@ -297,7 +297,7 @@ TimerDriverGenerateSoftInterrupt ( EFI_STATUS Status; UINT16 IRQMask; EFI_TPL OriginalTPL; - + // // If the timer interrupt is enabled, then the registered handler will be invoked. // @@ -315,7 +315,7 @@ TimerDriverGenerateSoftInterrupt ( // mTimerNotifyFunction (mTimerPeriod); } - + gBS->RestoreTPL (OriginalTPL); } else { return EFI_UNSUPPORTED;