X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=PcAtChipsetPkg%2FLibrary%2FAcpiTimerLib%2FBaseAcpiTimerLib.c;h=2d79c6c1f1ff9ffe2980d7969df39cfde6493458;hp=29521f8b220b062541015318751cf38d0f373065;hb=5a702acd3df099307d9bae0725f97b52b4895382;hpb=a012df5ec643a0c08c2b723a02919a5c9373ca74 diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c index 29521f8b22..2d79c6c1f1 100644 --- a/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c +++ b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c @@ -1,7 +1,7 @@ /** @file ACPI Timer implements one instance of Timer Library. - Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2013 - 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 @@ -47,7 +47,7 @@ InternalCalculateTscFrequency ( UINT64 InternalGetPerformanceCounterFrequency ( VOID - ) + ) { return InternalCalculateTscFrequency (); }