diff options
Diffstat (limited to 'PcAtChipsetPkg/8254TimerDxe/Timer.c')
-rw-r--r-- | PcAtChipsetPkg/8254TimerDxe/Timer.c | 20 |
1 files changed, 10 insertions, 10 deletions
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.<BR>
-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.<BR>
+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;
|