X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuFeatures%2FCpuFeaturesDxe.c;h=b5c2605d93c34c42cdba7e8cc07916f098d90619;hp=16c8f37fd04a2c3238f6c88429a2a0d9413573b0;hb=7367cc6c24d01b400d2370ffd58ae02854a56b32;hpb=77695f4da3dc8eedb6fc7fc67f91ef6ccd22daee diff --git a/UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.c b/UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.c index 16c8f37fd0..b5c2605d93 100644 --- a/UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.c +++ b/UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.c @@ -1,7 +1,7 @@ /** @file CPU Features DXE driver to initialize CPU features. - Copyright (c) 2017, Intel Corporation. All rights reserved.
+ Copyright (c) 2017 - 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 @@ -107,8 +107,8 @@ CpuFeaturesDxeInitialize ( if (GetFirstGuidHob (&gEdkiiCpuFeaturesInitDoneGuid) != NULL) { // - // Try to find HOB first. This HOB exist means CPU features have - // been initialized by CpuFeaturesPei driver, just install + // Try to find HOB first. This HOB exist means CPU features have + // been initialized by CpuFeaturesPei driver, just install // gEdkiiCpuFeaturesInitDoneGuid. // Handle = NULL;