]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/Application/BltLibSample/BltLibSample.c
OptionRomPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / OptionRomPkg / Application / BltLibSample / BltLibSample.c
index c21eb7a49cb8a43eba83c8d33cdb0033d4d44af4..886314d63057d176d6c0748400b0bdbdc8a1c0ac 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Example program using BltLib\r
 \r
-  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
   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
@@ -27,8 +27,6 @@ ReadTimestamp (
 {\r
 #if defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)\r
   return AsmReadTsc ();\r
-#elif defined (MDE_CPU_IPF)\r
-  return AsmReadItc ();\r
 #else\r
 #error ReadTimestamp not supported for this architecture!\r
 #endif\r