]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/StallPei/Stall.c
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / StallPei / Stall.c
index e4ff7420dc54327dbb4b503d465ceda16216a83a..69b99cc5d4359df163d87f81b2f50ea2a6332498 100644 (file)
@@ -1,14 +1,8 @@
 /**@file\r
   EFI_PEI_STALL implementation for NT32 simulation environment.\r
   \r
-Copyright (c) 2009, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "WinNtPeim.h"\r
@@ -100,7 +94,7 @@ Stall (
   // so micro second units need be divided by 1000 to convert to ms\r
   //\r
   NtThunk = (EFI_WIN_NT_THUNK_PROTOCOL*) PeiNtService->NtThunk();\r
-  NtThunk->Sleep ((Microseconds + 999) / 1000); \r
+  NtThunk->Sleep ((DWORD)((Microseconds + 999) / 1000)); \r
   \r
   return EFI_SUCCESS;\r
 }\r